From 4cfca3916d878afdd0d0b111354f30decc41e8f5 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Fri, 22 Jun 2012 10:56:25 +0100 Subject: 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` --- cfg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg.mk') 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' \ -- cgit v1.2.3-54-g00ecf