From: Jim Meyering Date: Tue, 26 Aug 2003 09:29:15 +0000 (+0000) Subject: (local-check): Rename as... X-Git-Tag: v5.0.91~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1f0b99838226fd4227e7a89a70efa44e6b64e3b;p=thirdparty%2Fcoreutils.git (local-check): Rename as... (local-checks-available): this. (local-check): New. --- diff --git a/Makefile.maint b/Makefile.maint index 236435d679..44359c34b6 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -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.