version 1.4, 2002/05/29 00:58:20
|
version 1.6, 2002/07/14 06:39:06
|
Line 29 help:
|
Line 29 help:
|
@echo "install: install from a compiled CVS source tree to a " |
@echo "install: install from a compiled CVS source tree to a " |
@echo " specified TARGET destination on the filesystem" |
@echo " specified TARGET destination on the filesystem" |
@echo "test: test different parts of the LON-CAPA system (TEST_*)" |
@echo "test: test different parts of the LON-CAPA system (TEST_*)" |
@echo "TEST_lpml_scripts: make sure that the system can process " |
@echo "TEST_lpml: make sure that the system can process " |
@echo " the Linux Packaging Markup Language" |
@echo " the Linux Packaging Markup Language" |
@echo "TEST_system_dependencies: make sure that all needed system " |
@echo "TEST_system_dependencies: make sure that all needed system " |
@echo " components are active and present " |
@echo " components are active and present " |
@echo " on the server such as perl modules" |
@echo " on the server such as perl modules" |
@echo " and the MySQL database" |
@echo " and the MySQL database" |
@echo "TEST_web_layer: mimic various web-based interactions with " |
@echo "TEST_weblayer: mimic various web-based interactions with " |
@echo " respect to the login and various system " |
@echo " respect to the login and various system " |
@echo " actions on the Gateway server" |
@echo " actions on the Gateway server" |
@echo "HTML: generate an HTML-formatted description of the " |
@echo "HTML: generate an HTML-formatted description of the " |
Line 54 help:
|
Line 54 help:
|
@echo "tardist: build a tarball that will upgrade the software on a " |
@echo "tardist: build a tarball that will upgrade the software on a " |
@echo " system" |
@echo " system" |
|
|
build: |
build: Makefile.build |
@echo "Not yet implemented" |
echo -n "" > WARNINGS |
|
make -f Makefile.build all |
|
make warningnote |
|
|
|
Makefile.build: Makefile alwaysrun |
|
cat gatewayfiles.lpml | \ |
|
perl lpml_parse.pl build $(CATEGORY) $(DIST) "$(SOURCE)" \ |
|
"$(TARGET)" > Makefile.build |
|
|
NET_install: |
NET_install: |
make TIMESTAMP=`date +"%s"` METAMTARGET="TRANSPORT" \ |
make TIMESTAMP=`date +"%s"` METAMTARGET="TRANSPORT" \ |
Line 76 Makefile.install: Makefile alwaysrun
|
Line 83 Makefile.install: Makefile alwaysrun
|
|
|
alwaysrun: |
alwaysrun: |
|
|
test: |
test: TEST_lpml TEST_system_dependencies TEST_weblayer |
@echo "Not yet implemented" |
@echo "ALL TESTS SUCCESSFUL" |
|
|
TEST_lpml_scripts: |
TEST_lpml: |
@echo "Not yet implemented" |
@echo "TESTING LPML INSTALLATION MECHANISM" |
|
cd lpml_test; perl filecomparetest.pl |
|
|
TEST_system_dependencies: |
TEST_system_dependencies: |
@echo "Not yet implemented" |
@echo "TESTING WEB LAYER" |
|
|
TEST_web_layer: |
TEST_weblayer: |
@echo "Not yet implemented" |
@echo "TESTING SYSTEM DEPENDENCIES" |
|
|
HTML: |
HTML: |
@echo "Not yet implemented" |
install -d HTML |
|
cp $(SOURCE)/doc/gatewayfiles/*.gif HTML |
|
cat gatewayfiles.lpml | \ |
|
perl lpml_parse.pl html development default "$(SOURCE)" '$(TARGET)' \ |
|
> HTML/index.html |
|
|
doc: |
doc: |
@echo "Not yet implemented" |
@echo "Not yet implemented" |