[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Sun, 03 Mar 2002 04:30:01 -0000
harris41 Sat Mar 2 23:30:01 2002 EDT
Modified files:
/loncom/build Makefile
Log:
implementing a sanity check to see if configuration looks okay
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.74 loncom/build/Makefile:1.75
--- loncom/build/Makefile:1.74 Fri Mar 1 17:06:01 2002
+++ loncom/build/Makefile Sat Mar 2 23:30:00 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.74 2002/03/01 22:06:01 harris41 Exp $
+# $Id: Makefile,v 1.75 2002/03/03 04:30:00 harris41 Exp $
DIST="default"
CATEGORY="development"
@@ -191,8 +191,13 @@
cat ../../doc/loncapafiles/webserver.piml | \
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH)
+sanitycheck:
+ cat ../../doc/loncapafiles/sanitycheck.piml | \
+ perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH)
+
postinstall:
make webserverconf
+ make sanitycheck
install: TEST_hosts_tab Makefile.install Makefile
echo -n "" > WARNINGS