From b9c579cb7c1c3681a6e781d340b6a8dced1002ce Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 25 May 2013 21:36:35 +0200 Subject: [PATCH] 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 --- syntax-checks.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.47.2