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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 29 Jul 2003 01:05:28 -0000


albertel		Mon Jul 28 21:05:28 2003 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  - BUG#1828, echo need at least an @, and the latter messages probably arent' useful (since make tests tests whether mysql is properly setup.)
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.150 loncom/build/Makefile:1.151
--- loncom/build/Makefile:1.150	Fri Jun 27 10:02:57 2003
+++ loncom/build/Makefile	Mon Jul 28 21:05:28 2003
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 
-# $Id: Makefile,v 1.150 2003/06/27 14:02:57 albertel Exp $
+# $Id: Makefile,v 1.151 2003/07/29 01:05:28 albertel Exp $
 
 # TYPICAL USAGE of this Makefile is primarily for two targets:
 # "make build" and "make install".
@@ -295,11 +295,11 @@
 	NORESTORECONF="$(NORESTORECONF)" configinstall
 	make postinstall
 	make warningnote
-	echo "You can 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)"
-	echo -n "Please see http://install.lon-capa.org/ for more information"
+	@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)"
+#	@echo -n "Please see http://install.lon-capa.org/ for more information"
 
 rawinstall: VERSION Makefile.install Makefile
 	echo -n "" > WARNINGS