From 6b2bfb115f153a7a7ce0f36f688cad79936e1571 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 24 Apr 2009 09:57:11 +0200 Subject: [PATCH] top/maint.mk (makefile-check): Renamed to sc_makefile_check for consistency. --- ChangeLog | 3 +++ top/maint.mk | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d419aafdf..0481cbc92 100644 --- 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 index 3e27d7c13..1c6e87b0a 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -72,8 +72,7 @@ syntax-check-rules := $(shell sed -n 's/^\(sc_[a-zA-Z0-9_-]*\):.*/\1/p' \ .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 @@ update-NEWS-hash: NEWS # 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$$') \ -- 2.11.0