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

version 1.43, 2001/11/08 00:17:09 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

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


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