changeset 16990:81ef433b3596

maint.mk: add leading "@" to quiet new "make syntax-check" rule * top/maint.mk (sc_prohibit_defined_have_decl_tests): Add "@".
author Jim Meyering <meyering@redhat.com>
date Sun, 15 Jul 2012 14:40:29 +0200
parents 93d4e55aa8a9
children 607ec89b7d97
files ChangeLog top/maint.mk
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-15  Jim Meyering  <meyering@redhat.com>
+
+	maint.mk: add leading "@" to quiet new "make syntax-check" rule
+	* top/maint.mk (sc_prohibit_defined_have_decl_tests): Add "@".
+
 2012-07-13  Eric Blake  <eblake@redhat.com>
 
 	maint.mk: new syntax check for HAVE_DECL checks
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -778,7 +778,7 @@
 	  $(_sc_search_regexp)
 
 sc_prohibit_defined_have_decl_tests:
-	prohibit='#[	 ]*if(n?def|.*\<defined)\>[	 (]+HAVE_DECL_'	\
+	@prohibit='#[	 ]*if(n?def|.*\<defined)\>[	 (]+HAVE_DECL_'	\
 	halt='$(ME): HAVE_DECL macros are always defined'		\
 	  $(_sc_search_regexp)