From: Stefano Lattarini Date: Sat, 25 May 2013 19:36:35 +0000 (+0200) Subject: lint: better name for a syntax check X-Git-Tag: v1.13.2b~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c579cb7c1c3681a6e781d340b6a8dced1002ce;p=thirdparty%2Fautomake.git lint: better name for a syntax check * syntax-checks.mk (sc_tests_make_without_am_makeflags): Rename ... (sc_make_without_am_makeflags): ... like this. (syntax_check_rules): Adjust. Signed-off-by: Stefano Lattarini --- diff --git a/syntax-checks.mk b/syntax-checks.mk index 82fd4998b..3922896ba 100644 --- a/syntax-checks.mk +++ b/syntax-checks.mk @@ -56,7 +56,7 @@ sc_cd_relative_dir \ sc_perl_at_uscore_in_scalar_context \ sc_perl_local \ sc_AMDEP_TRUE_in_automake_in \ -sc_tests_make_without_am_makeflags \ +sc_make_without_am_makeflags \ $(sc_obsolete_requirements_rules) \ sc_tests_no_source_defs \ sc_tests_obsolete_variables \ @@ -206,7 +206,7 @@ sc_AMDEP_TRUE_in_automake_in: ## Recursive make invocations should always pass $(AM_MAKEFLAGS) ## to $(MAKE), for portability to non-GNU make. -sc_tests_make_without_am_makeflags: +sc_make_without_am_makeflags: @if grep '^[^#].*(MAKE) ' $(ams) $(srcdir)/automake.in \ | grep -Fv '$$(AM_MAKEFLAGS)'; \ then \