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

version 1.42, 2001/10/01 05:22:19 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_system_dependencies  test: TEST_lpml_scripts TEST_system_dependencies
  @echo "ALL SYSTEM DEPENDENCY TESTS SUCCESSFUL"   @echo "ALL SYSTEM DEPENDENCY TESTS SUCCESSFUL"
   
 TEST_system_dependencies:  TEST_system_dependencies:
    echo "TESTING SYSTEM DEPENDENCIES";
  cd system_dependencies; make   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 58  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

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


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