# HG changeset patch # User Simon Josefsson # Date 1240559831 -7200 # Node ID 4eb7918a17d0e323866059d1f2901a8221761456 # Parent f9fe7f78afa147f701868200607ef069d9a393ad top/maint.mk (makefile-check): Renamed to sc_makefile_check for consistency. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-04-24 Simon Josefsson + * top/maint.mk (makefile-check): Renamed to sc_makefile_check for + consistency. + * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use '$(PATH_SEPARATOR)' instead of ':'. diff --git a/top/maint.mk b/top/maint.mk --- a/top/maint.mk +++ b/top/maint.mk @@ -72,8 +72,7 @@ .PHONY: $(syntax-check-rules) local-checks-available = \ - $(syntax-check-rules) \ - makefile-check + $(syntax-check-rules) .PHONY: $(local-checks-available) # Arrange to print the name of each syntax-checking rule just before running it. @@ -488,7 +487,7 @@ # to emit a definition for each substituted variable. # We use perl rather than "grep -nE ..." to exempt a single # use of an @...@-delimited variable name in src/Makefile.am. -makefile-check: +sc_makefile_check: @perl -ne '/\@[A-Z_0-9]+\@/ && !/^cu_install_program =/' \ -e 'and (print "$$ARGV:$$.: $$_"), $$m=1; END {exit !$$m}' \ $$($(VC_LIST_EXCEPT) | grep -E '(^|/)Makefile\.am$$') \