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

Diff for /pegasus/mak/BuildMakefile between version 1.12 and 1.13

version 1.12, 2002/03/31 04:56:26 version 1.13, 2002/04/01 02:43:00
Line 90 
Line 90 
  
 rebuild: clean buildmu all tests rebuild: clean buildmu all tests
  
   build: all tests
   
 all: buildmu all: buildmu
         $(MAKE) --directory=pegasus -f Makefile depend         $(MAKE) --directory=pegasus -f Makefile depend
         $(MAKE) --directory=pegasus -f Makefile all         $(MAKE) --directory=pegasus -f Makefile all
Line 106 
Line 108 
         $(CIMSERVER_STOP_SERVICE)         $(CIMSERVER_STOP_SERVICE)
         $(SLEEP)         $(SLEEP)
         $(MAKE) --directory=pegasus -f Makefile repository         $(MAKE) --directory=pegasus -f Makefile repository
           $(MAKE) --directory=pegasus -f Makefile testrepository
         $(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  
  
 poststarttests: poststarttests:
           $(MAKE) --directory=pegasus/test/wetest -f Makefile clean
         $(CIMSERVER_START_SERVICE)         $(CIMSERVER_START_SERVICE)
         $(SLEEP)         $(SLEEP)
         TestClient          $(MAKE) --directory=pegasus -f Makefile poststarttests
         Client  
         $(MAKE) --directory=pegasus/test -f Makefile tests  
         @ echo Terminating cimserver...  
         @ $(CIMSERVER_STOP_SERVICE)         @ $(CIMSERVER_STOP_SERVICE)
           $(SLEEP)
  
 tests: $(TESTS) tests: $(TESTS)
         @ echo Finished Tests         @ echo Finished Tests


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2