version 1.113, 2002/05/22 20:20:41
|
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 |
Line 234 rawinstall: Makefile.install Makefile
|
Line 238 rawinstall: Makefile.install Makefile
|
make SOURCE="$(SOURCE)" TARGET="$(TARGET)" \ |
make SOURCE="$(SOURCE)" TARGET="$(TARGET)" \ |
NORESTORECONF="$(NORESTORECONF)" configinstall |
NORESTORECONF="$(NORESTORECONF)" configinstall |
|
|
Makefile.install: $(SOURCE)/doc/loncapafiles/loncapafiles.lpml lpml_parse.pl |
Makefile.install: alwaysrun |
cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \ |
cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \ |
perl lpml_parse.pl install $(CATEGORY) $(DIST) "$(SOURCE)" \ |
perl lpml_parse.pl install $(CATEGORY) $(DIST) "$(SOURCE)" \ |
"$(TARGET)" > Makefile.install |
"$(TARGET)" > Makefile.install |
Line 505 clean:
|
Line 509 clean:
|
rm -f program.pl* |
rm -f program.pl* |
rm -Rf lpmladm.* |
rm -Rf lpmladm.* |
rm -f WARNINGS |
rm -f WARNINGS |
|
rm -f $(SOURCE)/loncom/build/hosts.tab |
|
|
reallyclean: |
reallyclean: |
rm -f $(SOURCE)/README |
rm -f $(SOURCE)/README |
Line 512 reallyclean:
|
Line 517 reallyclean:
|
rm -f $(SOURCE)/TEST |
rm -f $(SOURCE)/TEST |
rm -f $(SOURCE)/MANIFEST |
rm -f $(SOURCE)/MANIFEST |
rm -f $(SOURCE)/loncapa |
rm -f $(SOURCE)/loncapa |
|
rm -f $(SOURCE)/loncom/build/hosts.tab |
rm -f $(SOURCE)/loncapa.tar.gz |
rm -f $(SOURCE)/loncapa.tar.gz |
rm -Rf HTML |
rm -Rf HTML |
rm -f installation_manual.pdf |
rm -f installation_manual.pdf |
Line 531 reallyclean:
|
Line 537 reallyclean:
|
rm -Rf lpmladm.* |
rm -Rf lpmladm.* |
make -f Makefile.cvs clean |
make -f Makefile.cvs clean |
rm -f WARNINGS |
rm -f WARNINGS |
|
|
|
alwaysrun: |