From: Jim Meyering Date: Tue, 27 Apr 2004 16:58:02 +0000 (+0000) Subject: Rename to sc_tight_scope. X-Git-Tag: v5.3.0~1655 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a9fd0063c99a5d9f352e35736014af6703d53b6;p=thirdparty%2Fcoreutils.git Rename to sc_tight_scope. (syntax-check-rules): Really add it. --- diff --git a/Makefile.maint b/Makefile.maint index 482777ec90..bc86029bbc 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -75,9 +75,10 @@ syntax-check-rules = \ sc_prohibit_atoi_atof \ sc_prohibit_jm_in_m4 \ sc_space_tab \ - sc_src_functions_have_static_scope \ + sc_src_tight_scope \ sc_sun_os_names \ sc_system_h_headers \ + sc_tight_scope \ sc_trailing_blank \ sc_unmarked_diagnostics @@ -93,9 +94,6 @@ syntax-check: $(syntax-check-rules) # exit 1; } || : # FIXME: don't allow `#include .strings\.h' anywhere -sc_src_functions_have_static_scope: - $(MAKE) -C src $@ - sc_cast_of_argument_to_free: @grep -E '\&2; \ @@ -201,6 +199,9 @@ sc_sun_os_names: { echo '$(ME): found misuse of Sun OS version numbers' 1>&2; \ exit 1; } || : +sc_tight_scope: + $(MAKE) -C src $@ + sc_trailing_blank: @( cvsu --list ) > /dev/null 2>&1 || : && \ grep '[ ]$$' \