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

raeburn raeburn@source.lon-capa.org
Thu, 10 Mar 2011 16:41:42 -0000


raeburn		Thu Mar 10 16:41:42 2011 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  - Comment out suggestion to run "make test" until the testing component is
    once again actively maintained.
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.194 loncom/build/Makefile:1.195
--- loncom/build/Makefile:1.194	Thu Mar 10 16:08:20 2011
+++ loncom/build/Makefile	Thu Mar 10 16:41:42 2011
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 
-# $Id: Makefile,v 1.194 2011/03/10 16:08:20 raeburn Exp $
+# $Id: Makefile,v 1.195 2011/03/10 16:41:42 raeburn Exp $
 
 # TYPICAL USAGE of this Makefile is primarily for two targets:
 # "make build" and "make install".
@@ -326,7 +326,7 @@
 	NORESTORECONF="$(NORESTORECONF)" configinstall
 	make postinstall
 	make warningnote
-	@echo "You can now run 'make test' to see if your system is ready to go!"
+#	@echo "You can now run 'make test' to see if your system is ready to go!"
 #	@echo "NOTE THAT YOUR SYSTEM MUST HAVE MYSQL WITH A USER=\"www\" AND"
 #	@echo -n "PASSWORD=\"localhostkey\" FOR www\@localhost"
 #	@echo -n "(YOU MAY NEED TO REINITIALIZE YOUR MYSQL www\@localhost USER)"