--- loncom/build/Makefile 2002/03/03 04:30:00 1.75 +++ loncom/build/Makefile 2002/03/03 04:46:38 1.76 @@ -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 @@ webserverconf: 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 @@ install: TEST_hosts_tab Makefile.install 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 | \