summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2012-06-22 10:56:25 +0100
committerPádraig Brady <P@draigBrady.com>2012-06-22 10:56:25 +0100
commit4cfca3916d878afdd0d0b111354f30decc41e8f5 (patch)
treebc9ea445bdb14fc1f6568163fc95e1784ac32a5f /cfg.mk
parentdaab10d9f58d62af896d6b33d06e0d4998f2f114 (diff)
downloadcoreutils-4cfca3916d878afdd0d0b111354f30decc41e8f5.tar.xz
maint: suppress echoing of sc_THANKS_in_duplicates implementation
* cfg.mk (sc_THANKS_in_duplicates): Suppress the echoing of these commands run during `make syntax-check`
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index d14db043e..de05c4b7c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -420,7 +420,7 @@ sc_preprocessor_indentation:
# someone who was initially listed only in THANKS.in later authors a commit,
# this rule detects that their pair may now be removed from THANKS.in.
sc_THANKS_in_duplicates:
- { git log --pretty=format:%aN | sort -u; \
+ @{ git log --pretty=format:%aN | sort -u; \
cut -b-36 THANKS.in | sed '/^$$/d;s/ *$$//'; } \
| sort | uniq -d | grep . \
&& { echo '$(ME): remove the above names from THANKS.in' \