--- loncom/build/Makefile 2001/09/18 13:18:14 1.40 +++ loncom/build/Makefile 2001/10/01 05:22:19 1.42 @@ -11,6 +11,12 @@ CATEGORY="development" all: # nothing yet here +test: TEST_system_dependencies + @echo "ALL SYSTEM DEPENDENCY TESTS SUCCESSFUL" + +TEST_system_dependencies: + cd system_dependencies; make + cd: # Build temporary script to get cd # make sure there is enough disk space @@ -77,7 +83,7 @@ Makefile.configinstall: ../../doc/loncap 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