[postgis-commits] svn - r3664 - spike/wktraster
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Fri Feb 6 04:39:44 PST 2009
Author: strk
Date: 2009-02-06 04:39:40 -0800 (Fri, 06 Feb 2009)
New Revision: 3664
Modified:
spike/wktraster/Makefile
Log:
Add post-install-check rule to top-level Makefile
Modified: spike/wktraster/Makefile
===================================================================
--- spike/wktraster/Makefile 2009-02-06 12:36:33 UTC (rev 3663)
+++ spike/wktraster/Makefile 2009-02-06 12:39:40 UTC (rev 3664)
@@ -22,4 +22,9 @@
check:
$(MAKE) -C rt_core check
+ @echo
+ @echo "Consider also running make post-install-check after installation"
+ @echo
+post-install-check:
+ $(MAKE) -C rt_pg/test check
More information about the postgis-commits
mailing list