# HG changeset patch # User Jim Meyering # Date 1342356029 -7200 # Node ID 81ef433b3596cef8e3828254436d5eb3dd74432e # Parent 93d4e55aa8a97272423b63b524b2c9324d19032a maint.mk: add leading "@" to quiet new "make syntax-check" rule * top/maint.mk (sc_prohibit_defined_have_decl_tests): Add "@". diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-07-15 Jim Meyering + + 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 maint.mk: new syntax check for HAVE_DECL checks diff --git a/top/maint.mk b/top/maint.mk --- 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|.*\[ (]+HAVE_DECL_' \ + @prohibit='#[ ]*if(n?def|.*\[ (]+HAVE_DECL_' \ halt='$(ME): HAVE_DECL macros are always defined' \ $(_sc_search_regexp)