From: Pádraig Brady Date: Fri, 22 Jun 2012 09:56:25 +0000 (+0100) Subject: maint: suppress echoing of sc_THANKS_in_duplicates implementation X-Git-Tag: v8.18~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cfca3916d878afdd0d0b111354f30decc41e8f5;p=thirdparty%2Fcoreutils.git 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` --- diff --git a/cfg.mk b/cfg.mk index d14db043eb..de05c4b7cd 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' \