(file) Return to Makefile.Release CVS log (file) (dir) Up to [Pegasus] / pegasus

Diff for /pegasus/Makefile.Release between version 1.13 and 1.16

version 1.13, 2005/02/21 20:25:51 version 1.16, 2005/02/22 06:02:59
Line 16 
Line 16 
  
 world: FORCE world: FORCE
         @$(MAKE) -f $(ROOT)/Makefile.Release -i cimstop         @$(MAKE) -f $(ROOT)/Makefile.Release -i cimstop
           @$(MAKE) -f $(ROOT)/Makefile.Release createProductVersionFile
         @$(MAKE) -f $(ROOT)/Makefile.Release _world         @$(MAKE) -f $(ROOT)/Makefile.Release _world
  
 _world: depend all repository install _world: depend all repository install
Line 23 
Line 24 
  
 rebuild: FORCE rebuild: FORCE
         @$(MAKE) -f $(ROOT)/Makefile.Release -i cimstop         @$(MAKE) -f $(ROOT)/Makefile.Release -i cimstop
           @$(MAKE) -f $(ROOT)/Makefile.Release createProductVersionFile
         @$(MAKE) -f $(ROOT)/Makefile.Release _rebuild         @$(MAKE) -f $(ROOT)/Makefile.Release _rebuild
  
 _rebuild: clean depend all repository install _rebuild: clean depend all repository install
Line 38 
Line 40 
         $(MAKE) -f $(ROOT)/Makefile.Release copyPegasusFiles         $(MAKE) -f $(ROOT)/Makefile.Release copyPegasusFiles
         $(MAKE) -f $(ROOT)/Makefile.Release createPegasusFiles         $(MAKE) -f $(ROOT)/Makefile.Release createPegasusFiles
         $(MAKE) -f $(ROOT)/mak/SDKMakefile stageSDK         $(MAKE) -f $(ROOT)/mak/SDKMakefile stageSDK
           $(MAKE) -f $(ROOT)/Makefile.ReleaseTest stageTEST
  
 PEGASUS_LICENSE = \ PEGASUS_LICENSE = \
    license.txt    license.txt
Line 424 
Line 427 
         $(MAKE) -f $(ROOT)/Makefile.Release createClientCertificateFiles         $(MAKE) -f $(ROOT)/Makefile.Release createClientCertificateFiles
 endif endif
  
   createProductVersionFile: FORCE
   ifdef PEGASUS_OVERRIDE_PRODUCT_ID
   ifdef PEGASUS_PRODUCT_NAME
   ifdef PEGASUS_PRODUCT_VERSION
   ifdef PEGASUS_PRODUCT_STATUS
           @$(ECHO-E) "#ifndef Product_Version_h" > $(ROOT)/src/Pegasus/Common/ProductVersion.h
           @$(ECHO-E) "#define Product_Version_h" >> $(ROOT)/src/Pegasus/Common/ProductVersion.h
           @$(ECHO-E) " " >> $(ROOT)/src/Pegasus/Common/ProductVersion.h
           @$(ECHO-E) "#define PEGASUS_PRODUCT_NAME "\""$(PEGASUS_PRODUCT_NAME)"\""" >> $(ROOT)/src/Pegasus/Common/ProductVersion.h
           @$(ECHO-E) "#define PEGASUS_PRODUCT_VERSION "\""$(PEGASUS_PRODUCT_VERSION)"\""" >> $(ROOT)/src/Pegasus/Common/ProductVersion.h
           @$(ECHO-E) "#define PEGASUS_PRODUCT_STATUS "\""$(PEGASUS_PRODUCT_STATUS)"\""" >> $(ROOT)/src/Pegasus/Common/ProductVersion.h
           @$(ECHO-E) " " >> $(ROOT)/src/Pegasus/Common/ProductVersion.h
           @$(ECHO-E) "#endif /* Product_Version_h */" >> $(ROOT)/src/Pegasus/Common/ProductVersion.h
   endif
   endif
   endif
   endif
   
 include $(ROOT)/mak/commands.mak include $(ROOT)/mak/commands.mak


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2