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

Diff for /pegasus/mak/test.mak between version 1.6 and 1.9

version 1.6, 2002/07/12 23:07:08 version 1.9, 2003/04/02 04:51:11
Line 2 
Line 2 
   CIMSERVER_START_SERVICE =   CIMSERVER_START_SERVICE =
   CIMSERVER_STOP_SERVICE =   CIMSERVER_STOP_SERVICE =
   SLEEP =   SLEEP =
   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 = . TMP_DIR = .
   endif
  
 default: default:
  


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2