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

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

version 1.6, 2002/01/28 08:44:07 version 1.11, 2002/03/31 00:37:56
Line 43 
Line 43 
   TESTS = prestarttests poststarttests   TESTS = prestarttests poststarttests
 endif endif
  
   ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)
     CIMSERVER_START_SERVICE = cimserver -d
     CIMSERVER_STOP_SERVICE = /bin/ps -ef | /bin/grep cimserver | /bin/grep -v grep | /usr/bin/awk '{print "kill -9 "$$2 |"/bin/bash"}'
     SLEEP = sleep 5
     REMOVE_PEGASUS_DIRECTORY = rm -Rf pegasus.old; mv pegasus pegasus.old
     MUEXE = mu
     COPYMU = cp -f pegasus/src/utils/mu/$(MUEXE) /usr/local/bin/$(MUEXE)
     MKDIR = pegasus/src/utils/mu/mu mkdirhier
     TESTS = prestarttests poststarttests
   endif
   
   ifeq ($(PEGASUS_PLATFORM),LINUX_IA64_GNU)
     CIMSERVER_START_SERVICE = cimserver -d
     CIMSERVER_STOP_SERVICE = /bin/ps -ef | /bin/grep cimserver | /bin/grep -v grep | /usr/bin/awk '{print "kill -9 "$$2 |"/bin/bash"}'
     SLEEP = sleep 5
     REMOVE_PEGASUS_DIRECTORY = rm -Rf pegasus.old; mv pegasus pegasus.old
     MUEXE = mu
     COPYMU = cp -f pegasus/src/utils/mu/$(MUEXE) /usr/local/bin/$(MUEXE)
     MKDIR = pegasus/src/utils/mu/mu mkdirhier
     TESTS = prestarttests poststarttests
   endif
   
 error: error:
         @ echo "Specify desired makefile option (i.e., cleanbuild, rebuild)"         @ echo "Specify desired makefile option (i.e., cleanbuild, rebuild)"
  
Line 66 
Line 88 
         $(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 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.6  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2