version 1.75, 2002/03/03 04:30:00
|
version 1.78, 2002/03/22 01:34:24
|
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 193 webserverconf:
|
Line 194 webserverconf:
|
|
|
sanitycheck: |
sanitycheck: |
cat ../../doc/loncapafiles/sanitycheck.piml | \ |
cat ../../doc/loncapafiles/sanitycheck.piml | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
|
tee -a WARNINGS |
|
|
postinstall: |
postinstall: |
make webserverconf |
make webserverconf |
Line 209 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 | \ |
Line 222 build: Makefile.build pod2html.sh pod2ma
|
Line 225 build: Makefile.build pod2html.sh pod2ma
|
|
|
Makefile.build: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl |
Makefile.build: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl |
cat ../../doc/loncapafiles/loncapafiles.lpml | \ |
cat ../../doc/loncapafiles/loncapafiles.lpml | \ |
perl lpml_parse.pl build $(CATEGORY) $(DIST) "../.." "" > \ |
perl lpml_parse.pl build $(CATEGORY) $(DIST) "$(SOURCE)" "$(TARGET)" \ |
Makefile.build |
> Makefile.build |
|
|
RPM: BinaryRoot base_rpm_file_list |
RPM: BinaryRoot base_rpm_file_list |
cat ../../doc/loncapafiles/loncapafiles.lpml | \ |
cat ../../doc/loncapafiles/loncapafiles.lpml | \ |