]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add stub "installcheck" target that can be called by the buildfarm.
authorMartin Pool <mbp@sourcefrog.net>
Mon, 24 Feb 2003 03:56:03 +0000 (04:56 +0100)
committerMartin Pool <mbp@sourcefrog.net>
Mon, 24 Feb 2003 03:56:03 +0000 (04:56 +0100)
Just calls "check".

Makefile.in

index 2b6ef6ec367db4a50f384064d7d232f935d63bca..315367072a46f9daf1e45e63db93eb2a31563c62 100644 (file)
@@ -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