[LON-CAPA-cvs] cvs: loncom /build Makefile

harris41 lon-capa-cvs@mail.lon-capa.org
Sun, 03 Mar 2002 04:46:39 -0000


harris41		Sat Mar  2 23:46:39 2002 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  appending sanity check messages to WARNINGS and outputting a hint
  TO RUN make test
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.75 loncom/build/Makefile:1.76
--- loncom/build/Makefile:1.75	Sat Mar  2 23:30:00 2002
+++ loncom/build/Makefile	Sat Mar  2 23:46:38 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison
-# $Id: Makefile,v 1.75 2002/03/03 04:30:00 harris41 Exp $
+# $Id: Makefile,v 1.76 2002/03/03 04:46:38 harris41 Exp $
 
 DIST="default"
 CATEGORY="development"
@@ -193,7 +193,8 @@
 
 sanitycheck:
 	cat ../../doc/loncapafiles/sanitycheck.piml | \
-	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH)
+	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
+	tee -a WARNINGS
 
 postinstall:
 	make webserverconf
@@ -209,6 +210,7 @@
 	NORESTORECONF="$(NORESTORECONF)" configinstall
 	make postinstall
 	make warningnote
+	echo "You can run 'make test' to see if your system is ready to go!"
 
 Makefile.install: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl
 	cat ../../doc/loncapafiles/loncapafiles.lpml | \