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

Diff for /pegasus/mak/BuildMakefile between version 1.1.2.2 and 1.8

version 1.1.2.2, 2001/12/01 02:48:19 version 1.8, 2002/02/27 04:20:45
Line 22 
Line 22 
 ############################################################################### ###############################################################################
  
 ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC) ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
   CIMSERVER_START_SERVICE = cimserver -install    CIMSERVER_START_SERVICE =
   CIMSERVER_STOP_SERVICE = cimserver -remove    CIMSERVER_STOP_SERVICE =
   REMOVE_PEGASUS_DIRECTORY = mu rmdirhier pegasus  
   SLEEP =   SLEEP =
     REMOVE_PEGASUS_DIRECTORY = mu rmdirhier pegasus
   MUEXE = mu.exe   MUEXE = mu.exe
   COPYMU = copy pegasus\src\utils\mu\$(MUEXE) /y $(MUEXE)   COPYMU = copy pegasus\src\utils\mu\$(MUEXE) /y $(MUEXE)
   MKDIR = pegasus/src/utils/mu/mu mkdirhier   MKDIR = pegasus/src/utils/mu/mu mkdirhier
Line 35 
Line 35 
 ifeq ($(PEGASUS_PLATFORM),HPUX_PARISC_ACC) ifeq ($(PEGASUS_PLATFORM),HPUX_PARISC_ACC)
   CIMSERVER_START_SERVICE = cimserver -d   CIMSERVER_START_SERVICE = cimserver -d
   CIMSERVER_STOP_SERVICE = /usr/bin/ps -ef | /usr/bin/grep cimserver | /usr/bin/grep -v grep | /usr/bin/awk '{print "kill -9 "$$2 |"/usr/bin/sh"}'   CIMSERVER_STOP_SERVICE = /usr/bin/ps -ef | /usr/bin/grep cimserver | /usr/bin/grep -v grep | /usr/bin/awk '{print "kill -9 "$$2 |"/usr/bin/sh"}'
   REMOVE_PEGASUS_DIRECTORY = rm -Rf pegasus    SLEEP = sleep 5
   SLEEP = sleep 2    REMOVE_PEGASUS_DIRECTORY = rm -Rf pegasus.old; mv pegasus pegasus.old
   MUEXE = mu   MUEXE = mu
   COPYMU = cp -f pegasus/src/utils/mu/$(MUEXE) /usr/local/bin/$(MUEXE)   COPYMU = cp -f pegasus/src/utils/mu/$(MUEXE) /usr/local/bin/$(MUEXE)
   MKDIR = pegasus/src/utils/mu/mu mkdirhier   MKDIR = pegasus/src/utils/mu/mu mkdirhier
Line 58 
Line 58 
         $(REMOVE_PEGASUS_DIRECTORY)         $(REMOVE_PEGASUS_DIRECTORY)
  
 checkout: checkout:
         cvs checkout -r dev pegasus          cvs checkout pegasus
  
 rebuild: clean buildmu all tests rebuild: clean buildmu all tests
  
Line 66 
Line 66 
         $(MAKE) --directory=pegasus -f Makefile depend         $(MAKE) --directory=pegasus -f Makefile depend
         $(MAKE) --directory=pegasus -f Makefile all         $(MAKE) --directory=pegasus -f Makefile all
  
   doc:
           $(MAKE) --directory=pegasus/doc/ProviderSpec -f Makefile
           $(MAKE) --directory=pegasus/doc/DevManual -f Makefile
   
 clean: clean:
         $(MAKE) --directory=pegasus -f Makefile clean         $(MAKE) --directory=pegasus -f Makefile clean
  
  
 prestarttests: prestarttests:
           $(CIMSERVER_STOP_SERVICE)
           $(SLEEP)
         $(MAKE) --directory=pegasus -f Makefile repository         $(MAKE) --directory=pegasus -f Makefile repository
         $(MAKE) --directory=pegasus -f Makefile config         $(MAKE) --directory=pegasus -f Makefile config
         $(MAKE) --directory=pegasus -f Makefile user         $(MAKE) --directory=pegasus -f Makefile user
           $(MAKE) --directory=pegasus -f Makefile shutdownService
           $(MAKE) --directory=pegasus -f Makefile registration
         $(MAKE) --directory=pegasus -f Makefile tests         $(MAKE) --directory=pegasus -f Makefile tests
         $(MAKE) --directory=pegasus/src/Server -f Makefile install         $(MAKE) --directory=pegasus/src/Server -f Makefile install
         $(MAKE) --directory=pegasus/test -f Makefile clean         $(MAKE) --directory=pegasus/test -f Makefile clean


Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2