From 1edf1afde273d5344fc180367a2b4130c9f3390b Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 24 Feb 2003 04:56:03 +0100 Subject: [PATCH] Add stub "installcheck" target that can be called by the buildfarm. Just calls "check". --- Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.in b/Makefile.in index 2b6ef6ec3..315367072 100644 --- a/Makefile.in +++ b/Makefile.in @@ -45,3 +45,9 @@ check: test.sh distclean: clean /bin/rm -f Makefile config.h config.sub config.log build-stamp config.status + +# FIXME: To fix this, test.sh needs to be able to take ccache from the +# installed prefix, not from the source dir. +installcheck: + @echo "WARNING! This is not really \"installcheck\" yet." + $(MAKE) check -- 2.47.3