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

version 1.40, 2001/09/18 13:18:14 version 1.44, 2001/11/16 23:23:33
Line 11  CATEGORY="development" Line 11  CATEGORY="development"
 all:   all: 
  # nothing yet here   # 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:   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 52  statuspost: status Line 63  statuspost: status
   
 rpmstatus:  rpmstatus:
  install -d 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/cd_rpms.txt > RPMSTATUS/standard.tmp
  cat ../../doc/otherfiles/rpm_list.txt > RPMSTATUS/expected.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   perl rpmparse.pl RPMSTATUS/standard.tmp RPMSTATUS/current.tmp RPMSTATUS/expected.tmp > RPMSTATUS/rpmstatus.html
Line 77  Makefile.configinstall: ../../doc/loncap Line 88  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.44


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