From d0fddeaa504e28b192a557e00af083315c25af8d Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 24 Dec 2006 16:43:38 +0100 Subject: [PATCH] include local.make so compilers can set CHECK_SOURCE --- GNUmakefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 678951d623..e8a0f50ca2 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -32,6 +32,11 @@ INSTALLATION_FILES=$(config_make) VERSION STEPMAKE_TEMPLATES=toplevel po install include $(depth)/make/stepmake.make +# +# Set +# CHECK_SOURCE= +-include local.make + local-dist: dist-toplevel-txt-files default: $(outdir)/VERSION @@ -199,7 +204,6 @@ test: $(MAKE) -C input/regression/ out=test WWW ANTI_ALIAS_FACTOR=1 -CHECK_SOURCE=$(HOME)/vc/gub/target/linux-x86/build/lilypond-master-git.sv.gnu.org-lilypond.git/input/regression/out-test/ RESULT_DIR=$(top-build-dir)/out/test-results/ check: test rm -rf $(RESULT_DIR) -- 2.39.5