From: Martin Pool Date: Mon, 24 Feb 2003 03:56:03 +0000 (+0100) Subject: Add stub "installcheck" target that can be called by the buildfarm. X-Git-Tag: v2.3~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1edf1afde273d5344fc180367a2b4130c9f3390b;p=thirdparty%2Fccache.git Add stub "installcheck" target that can be called by the buildfarm. Just calls "check". --- 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