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

Diff for /pegasus/mak/BuildMakefile between version 1.15 and 1.17

version 1.15, 2002/04/08 00:01:11 version 1.17, 2002/05/09 02:01:45
Line 15 
Line 15 
  
 ############################################################################### ###############################################################################
 ## ##
 ## Platform specific settings for HP-UX  ## Platform specific settings for several platforms.
 ## ##
 ## NOTE: Please add platform specific environment variables as appropriate. ## NOTE: Please add platform specific environment variables as appropriate.
 ## ##
Line 23 
Line 23 
  
 include pegasus/mak/config.mak include pegasus/mak/config.mak
  
   # There is a start command for cimserver but no stop today.  Because of problems with
   # the use of cimserver as a service, we simply used the start command to allow us to
   # get on with testing. I know of no CLI to stop a window started with start so that
   # field is blank.  ks 7 April 2002
 ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC) ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
   CIMSERVER_START_SERVICE =    CIMSERVER_START_SERVICE = start cimserver -l
   CIMSERVER_STOP_SERVICE =   CIMSERVER_STOP_SERVICE =
   SLEEP =   SLEEP =
   REMOVE_PEGASUS_DIRECTORY = mu rmdirhier pegasus   REMOVE_PEGASUS_DIRECTORY = mu rmdirhier pegasus
Line 106 
Line 110 
 clean: clean:
         $(MAKE) --directory=pegasus -f Makefile clean         $(MAKE) --directory=pegasus -f Makefile clean
  
   repositoryServer:
           $(CIMSERVER_STOP_SERVICE)
           $(SLEEP)
           $(RMDIRHIER) $(REPOSITORY_ROOT)
           $(CIMSERVER_START_SERVICE)
           $(SLEEP)
           $(MAKE) --directory=pegasus -f Makefile repositoryServer
           $(MAKE) --directory=pegasus -f Makefile testrepositoryServer
  
 prestarttests: prestarttests:
         $(CIMSERVER_STOP_SERVICE)         $(CIMSERVER_STOP_SERVICE)


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2