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

Diff for /pegasus/Makefile between version 1.42.14.1 and 1.42.14.3

version 1.42.14.1, 2007/06/22 10:30:58 version 1.42.14.3, 2007/07/26 07:58:35
Line 154 
Line 154 
 # build target: builds all source # build target: builds all source
 # #
 build: depend all setupdevserver build: depend all setupdevserver
   ifeq ($(PEGASUS_USE_DIRECTACCESS_FOR_LOCAL),true)
           $(MAKE) --directory=$(PEGASUS_ROOT) dacim
   endif
   
  
 #------------------------ #------------------------
 # rebuild target is being deprecated instead use "make new build" # rebuild target is being deprecated instead use "make new build"
Line 251 
Line 255 
         - $(RMDIRHIER) $(PEGASUS_HOME)/obj         - $(RMDIRHIER) $(PEGASUS_HOME)/obj
  
 dacim: FORCE dacim: FORCE
           @$(TOUCH) $(PEGASUS_ROOT)/src/Pegasus/Client/CIMClient.cpp
         @$(TOUCH) $(PEGASUS_ROOT)/src/Pegasus/Client/CIMClientRep.cpp         @$(TOUCH) $(PEGASUS_ROOT)/src/Pegasus/Client/CIMClientRep.cpp
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Pegasus/Client -f Makefile2         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Pegasus/Client -f Makefile2
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Pegasus/Client/tests/DirectAccessCIM         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Pegasus/Client/tests/DirectAccessCIM


Legend:
Removed from v.1.42.14.1  
changed lines
  Added in v.1.42.14.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2