From 4cfca3916d878afdd0d0b111354f30decc41e8f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Fri, 22 Jun 2012 10:56:25 +0100 Subject: [PATCH] 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(-) 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' \ -- 2.47.2