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

Diff for /pegasus/mak/BuildMakefile between version 1.36 and 1.37

version 1.36, 2005/02/11 01:44:47 version 1.37, 2005/02/11 22:55:18
Line 2 
Line 2 
 ## ##
 ## Makefile for Pegasus CIMOM ## Makefile for Pegasus CIMOM
 ## ##
 ## NOTE: Makefile needs to be executed from the parent directory of  ## NOTE: This Makefile should be executed from the parent directory of the
 ## pegasus directory because the path settings are relative and this  ## pegasus directory because it may remove and recheckout the pegasus source
 ## Makefile may remove and recheckout the pegasus source tree.  ## tree.
 ## ##
 ## Options: ## Options:
 ##      cleanbuild - Removes the existing pegasus directory contents, performs ##      cleanbuild - Removes the existing pegasus directory contents, performs
Line 13 
Line 13 
 ## ##
 ############################################################################### ###############################################################################
  
   error:
           @ echo "Specify desired makefile option (i.e., cleanbuild, rebuild)"
   
 include $(PEGASUS_ROOT)/mak/config.mak include $(PEGASUS_ROOT)/mak/config.mak
 include $(PEGASUS_ROOT)/mak/commands.mak include $(PEGASUS_ROOT)/mak/commands.mak
  
 TESTS = prestarttests poststarttests  
   
 ifeq ($(DYNAMIC_SOCKSIFY),TRUE) ifeq ($(DYNAMIC_SOCKSIFY),TRUE)
   CVS = socksify cvs   CVS = socksify cvs
 else else
   CVS = cvs   CVS = cvs
 endif endif
  
 error:  cleanbuild: recheckout all tests
         @ echo "Specify desired makefile option (i.e., cleanbuild, rebuild)"  
   
 cleanbuild: removeall recheckout buildmu all $(TESTS)  
  
 recheckout: removeall checkout recheckout: removeall checkout
  
Line 37 
Line 35 
 checkout: checkout:
         $(CVS) checkout -P pegasus         $(CVS) checkout -P pegasus
  
 rebuild: clean buildmu all tests  rebuild: clean all tests
  
 rebuild-notest: clean buildmu all  rebuild-notest: clean all
  
 build: all tests build: all tests
  


Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2