version 1.74, 2002/03/01 22:06:01
|
version 1.77, 2002/03/04 06:50:43
|
Line 64 TEST_lpml_scripts:
|
Line 64 TEST_lpml_scripts:
|
cd ../test; perl filecomparetest.pl |
cd ../test; perl filecomparetest.pl |
|
|
TEST_web_layer: |
TEST_web_layer: |
@echo "Testing of web layers is not yet implemented." |
@echo "TESTING WEB LAYER" |
|
cd weblayer_test; make |
|
|
TEST_hosts_tab: |
TEST_hosts_tab: |
@echo "Testing hosts.tab" |
@echo "Testing hosts.tab" |
Line 191 webserverconf:
|
Line 192 webserverconf:
|
cat ../../doc/loncapafiles/webserver.piml | \ |
cat ../../doc/loncapafiles/webserver.piml | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) |
|
|
|
sanitycheck: |
|
cat ../../doc/loncapafiles/sanitycheck.piml | \ |
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
|
tee -a WARNINGS |
|
|
postinstall: |
postinstall: |
make webserverconf |
make webserverconf |
|
make sanitycheck |
|
|
install: TEST_hosts_tab Makefile.install Makefile |
install: TEST_hosts_tab Makefile.install Makefile |
echo -n "" > WARNINGS |
echo -n "" > WARNINGS |
Line 204 install: TEST_hosts_tab Makefile.install
|
Line 211 install: TEST_hosts_tab Makefile.install
|
NORESTORECONF="$(NORESTORECONF)" configinstall |
NORESTORECONF="$(NORESTORECONF)" configinstall |
make postinstall |
make postinstall |
make warningnote |
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 |
Makefile.install: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl |
cat ../../doc/loncapafiles/loncapafiles.lpml | \ |
cat ../../doc/loncapafiles/loncapafiles.lpml | \ |