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

Diff for /pegasus/mak/test.mak between version 1.7 and 1.10

version 1.7, 2002/07/15 06:22:11 version 1.10, 2003/08/08 11:47:32
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
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:
  
   #l10n
   messages: $(ERROR)
  
 cimstop: cimstop:
         $(CIMSERVER_STOP_SERVICE)         $(CIMSERVER_STOP_SERVICE)


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2