Diff for /loncom/build/Makefile between versions 1.40 and 1.42

version 1.40, 2001/09/18 13:18:14 version 1.42, 2001/10/01 05:22:19
Line 11  CATEGORY="development" Line 11  CATEGORY="development"
 all:   all: 
  # nothing yet here   # nothing yet here
   
   test: TEST_system_dependencies
    @echo "ALL SYSTEM DEPENDENCY TESTS SUCCESSFUL"
   
   TEST_system_dependencies:
    cd system_dependencies; make
   
 cd:   cd: 
  # Build temporary script to get cd   # Build temporary script to get cd
  # make sure there is enough disk space   # make sure there is enough disk space
Line 77  Makefile.configinstall: ../../doc/loncap Line 83  Makefile.configinstall: ../../doc/loncap
  perl lpml_parse.pl configinstall $(CATEGORY) $(DIST) "../.." "" > \   perl lpml_parse.pl configinstall $(CATEGORY) $(DIST) "../.." "" > \
  Makefile.configinstall   Makefile.configinstall
   
 install: build Makefile.install  install: Makefile.install
  make -f Makefile.install SOURCE="../.." TARGET="" directories   make -f Makefile.install SOURCE="../.." TARGET="" directories
  make -f Makefile.install SOURCE="../.." TARGET="" files   make -f Makefile.install SOURCE="../.." TARGET="" files
  make -f Makefile.install SOURCE="../.." TARGET="" links   make -f Makefile.install SOURCE="../.." TARGET="" links

Removed from v.1.40  
changed lines
  Added in v.1.42


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>