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

Diff for /pegasus/Makefile.Release between version 1.1 and 1.2

version 1.1, 2004/08/22 03:20:45 version 1.2, 2004/08/22 19:08:16
Line 7 
Line 7 
 endif endif
  
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
 include $(ROOT)/mak/commands.mak  
  
 DIRS = src DIRS = src
  
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak
  
 rebuild: clean depend all repository  FORCE:
         $(MAKE) -s tests  
   world: depend all repository install
           @$(ECHO) "build completed successfully"
  
 world: depend all repository  rebuild: clean depend all repository install
         $(MAKE) -s tests          @$(ECHO) "rebuild completed successfully"
  
 repository: FORCE repository: FORCE
         $(MAKE) "-SC" Schemas/Pegasus repository         $(MAKE) "-SC" Schemas/Pegasus repository
  
   install: FORCE
           $(MAKE) -f $(ROOT)/Makefile.Release verify_install_enabled
           $(MAKE) -f $(ROOT)/Makefile.Release preinstall_cleanup
           $(MAKE) -f $(ROOT)/Makefile.Release createPegasusDirectories
           $(MAKE) -f $(ROOT)/Makefile.Release copyPegasusFiles
   
 PEGASUS_LICENSE = \ PEGASUS_LICENSE = \
    license.txt    license.txt
  
Line 69 
Line 76 
    cimauth \    cimauth \
    cimconfig \    cimconfig \
    cimserver \    cimserver \
    cimuser     cimuser \
      cimprovagt \
      cimservera
  
 PEGASUS_USER_CMDS = \ PEGASUS_USER_CMDS = \
    cimmof \    cimmof \
Line 117 
Line 126 
    PG_UnixProcess20.mof \    PG_UnixProcess20.mof \
    PG_UnixProcess20R.mof    PG_UnixProcess20R.mof
  
 FORCE:  
   
 build:  
         $(MAKE) -f $(ROOT)/Makefile.Release verify_install_enabled  
         $(MAKE)  
   
 verify_install_enabled: FORCE verify_install_enabled: FORCE
 ifndef PEGASUS_ENABLE_MAKE_INSTALL ifndef PEGASUS_ENABLE_MAKE_INSTALL
         @$(ECHO) "Use of \"make install\" is not enabled for this operating environment."         @$(ECHO) "Use of \"make install\" is not enabled for this operating environment."
Line 260 
Line 263 
         $(MAKE) -f $(ROOT)/Makefile.Release createClientCertificateFiles         $(MAKE) -f $(ROOT)/Makefile.Release createClientCertificateFiles
 endif endif
  
 install: FORCE  include $(ROOT)/mak/commands.mak
         $(MAKE) -f $(ROOT)/Makefile.Release verify_install_enabled  
         $(MAKE) -f $(ROOT)/Makefile.Release preinstall_cleanup  
         $(MAKE) -f $(ROOT)/Makefile.Release createPegasusDirectories  
         $(MAKE) -f $(ROOT)/Makefile.Release copyPegasusFiles  
         $(MAKE) -f $(ROOT)/Makefile.Release createPegasusFiles  


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2