(file) Return to BuildMakefile CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/BuildMakefile between version 1.11 and 1.12

version 1.11, 2002/03/31 00:37:56 version 1.12, 2002/03/31 04:56:26
Line 65 
Line 65 
   TESTS = prestarttests poststarttests   TESTS = prestarttests poststarttests
 endif endif
  
   ifeq ($(DYNAMIC_SOCKSIFY),TRUE)
     CVS = socksify cvs
   else
     CVS = cvs
   endif
   
 error: error:
         @ echo "Specify desired makefile option (i.e., cleanbuild, rebuild)"         @ echo "Specify desired makefile option (i.e., cleanbuild, rebuild)"
  
Line 80 
Line 86 
         $(REMOVE_PEGASUS_DIRECTORY)         $(REMOVE_PEGASUS_DIRECTORY)
  
 checkout: checkout:
         cvs checkout pegasus          $(CVS) checkout pegasus
  
 rebuild: clean buildmu all tests rebuild: clean buildmu all tests
  


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2