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

Diff for /pegasus/mak/test.mak between version 1.5 and 1.11

version 1.5, 2002/04/02 18:53:44 version 1.11, 2004/11/29 15:44:16
Line 1 
Line 1 
 ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC) ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)
   CIMSERVER_START_SERVICE =   CIMSERVER_START_SERVICE =
   CIMSERVER_STOP_SERVICE =   CIMSERVER_STOP_SERVICE =
   SLEEP =      SLEEP = mu sleep 5
   STRIPCRS = stripcrs $(RESULTFILE) | stripcrs $(MASTERRESULTFILE)      STRIPCRS = stripcrs $(RESULTFILE) $(MASTERRESULTFILE)
   DIFF = mu compare   DIFF = mu compare
   REDIRECTERROR = 2>&1   REDIRECTERROR = 2>&1
 else else
   CIMSERVER_START_SERVICE = cimserver -d      CIMSERVER_START_SERVICE = cimserver
   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"}'
   SLEEP = sleep 5   SLEEP = sleep 5
   STRIPCRS =   STRIPCRS =
Line 20 
Line 20 
   COMPARERESULTS = @$(ECHO) "Results not compared."   COMPARERESULTS = @$(ECHO) "Results not compared."
 endif endif
  
   ifdef PEGASUS_TMP
       TMP_DIR = $(subst \,/,$(PEGASUS_TMP))
   else
       TMP_DIR = .
   endif
   
 default: default:
  
   #l10n
   messages: $(ERROR)
  
 cimstop: cimstop:
         $(CIMSERVER_STOP_SERVICE)         $(CIMSERVER_STOP_SERVICE)
Line 30 
Line 38 
 cimstart: cimstart:
         $(CIMSERVER_START_SERVICE)         $(CIMSERVER_START_SERVICE)
         $(SLEEP)         $(SLEEP)
   


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2