(local-check): Rename as...
authorJim Meyering <jim@meyering.net>
Tue, 26 Aug 2003 09:29:15 +0000 (09:29 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 26 Aug 2003 09:29:15 +0000 (09:29 +0000)
(local-checks-available): this.
(local-check): New.

Makefile.maint

index 236435d..44359c3 100644 (file)
@@ -56,11 +56,13 @@ export LC_ALL = C
 # Checks that don't require cvs.
 # Run `changelog-check' last, as previous test may reveal problems requiring
 # new ChangeLog entries.
-local-check = \
+local-checks-available = \
   po-check copyright-check writable-files m4-check author_mark_check \
   changelog-check strftime-check syntax-check makefile_path_separator_check \
   makefile-check
-.PHONY: $(local-check)
+.PHONY: $(local-checks-available)
+
+local-check = $(filter-out $(local-checks-to-skip), $(local-checks-available))
 
 # Make sure C source files in src/ don't include xalloc.h directly,
 # since they all already include it via sys2.h.