Diff for /loncom/build/Makefile between versions 1.115 and 1.116

version 1.115, 2002/05/23 20:15:53 version 1.116, 2002/05/23 20:21:00
Line 224  install: TEST_hosts_tab Makefile.install Line 224  install: TEST_hosts_tab Makefile.install
  make postinstall   make postinstall
  make warningnote   make warningnote
  echo "You can run 'make test' to see if your system is ready to go!"   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"
   
 rawinstall: Makefile.install Makefile  rawinstall: Makefile.install Makefile
  echo -n "" > WARNINGS   echo -n "" > WARNINGS

Removed from v.1.115  
changed lines
  Added in v.1.116


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>