--- loncom/build/Makefile 2001/09/17 20:44:21 1.39 +++ loncom/build/Makefile 2001/11/16 23:23:33 1.44 @@ -11,6 +11,17 @@ CATEGORY="development" all: # nothing yet here +test: TEST_lpml_scripts TEST_system_dependencies + @echo "ALL SYSTEM DEPENDENCY TESTS SUCCESSFUL" + +TEST_system_dependencies: + echo "TESTING SYSTEM DEPENDENCIES"; + cd system_dependencies; make + +TEST_lpml_scripts: + echo "TESTING LPML INSTALLATION CODE"; + cd ../test; perl filecomparetest.pl + cd: # Build temporary script to get cd # make sure there is enough disk space @@ -52,7 +63,7 @@ statuspost: status rpmstatus: install -d RPMSTATUS - rpm -qa --queryformat '%{NAME}\t%{VERSION}\t%{BUILDTIME}\n' | sort > RPMSTATUS/current.tmp + rpm -qa --queryformat '%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n' | sort > RPMSTATUS/current.tmp cat ../../doc/otherfiles/cd_rpms.txt > RPMSTATUS/standard.tmp cat ../../doc/otherfiles/rpm_list.txt > RPMSTATUS/expected.tmp perl rpmparse.pl RPMSTATUS/standard.tmp RPMSTATUS/current.tmp RPMSTATUS/expected.tmp > RPMSTATUS/rpmstatus.html @@ -67,18 +78,21 @@ SPEC: perl parse.pl ../../doc/loncapafiles/loncapafiles.html SPEC configinstall: Makefile.configinstall - # there is a dependency on having directories in place, but oh well... make -f Makefile.configinstall SOURCE="../.." TARGET="" configfiles - perl loncaparestoreconfigurations lasttimestamp - make -f Makefile.configinstall TARGET="" configpermissions +# perl loncaparestoreconfigurations lasttimestamp +# make -f Makefile.configinstall TARGET="" configpermissions -Makefile.configinstall: ../../doc/loncapafiles/loncapafiles.html - perl parse.pl ../../doc/loncapafiles/loncapafiles.html configinstall > Makefile.configinstall +Makefile.configinstall: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl +# perl parse.pl ../../doc/loncapafiles/loncapafiles.html configinstall > Makefile.configinstall + cat ../../doc/loncapafiles/loncapafiles.lpml | \ + perl lpml_parse.pl configinstall $(CATEGORY) $(DIST) "../.." "" > \ + Makefile.configinstall -install: build Makefile.install +install: Makefile.install make -f Makefile.install SOURCE="../.." TARGET="" directories make -f Makefile.install SOURCE="../.." TARGET="" files make -f Makefile.install SOURCE="../.." TARGET="" links + make configinstall Makefile.install: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl cat ../../doc/loncapafiles/loncapafiles.lpml | \