changeset 11498:4eb7918a17d0

top/maint.mk (makefile-check): Renamed to sc_makefile_check for consistency.
author Simon Josefsson <simon@josefsson.org>
date Fri, 24 Apr 2009 09:57:11 +0200
parents f9fe7f78afa1
children 131895586bdb
files ChangeLog top/maint.mk
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-04-24  Simon Josefsson  <simon@josefsson.org>
 
+	* top/maint.mk (makefile-check): Renamed to sc_makefile_check for
+	consistency.
+
 	* modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
 	'$(PATH_SEPARATOR)' instead of ':'.
 
--- 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$$')	\