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

Diff for /pegasus/src/Server/Makefile between version 1.58.4.1 and 1.59

version 1.58.4.1, 2008/03/25 18:44:53 version 1.59, 2008/02/22 19:37:38
Line 54 
Line 54 
 endif endif
  
 LIBRARIES += \ LIBRARIES += \
     pegwql \      pegquerycommon \
     pegquerycommon      pegwql
  
 ifndef PEGASUS_DISABLE_CQL ifndef PEGASUS_DISABLE_CQL
     LIBRARIES += \     LIBRARIES += \
Line 265 
Line 265 
         -@$(PEGASUS_HOME)/bin/cimserver -install         -@$(PEGASUS_HOME)/bin/cimserver -install
 endif endif
         @$(TOUCH) $(PEGASUS_HOME)/setupserverdev         @$(TOUCH) $(PEGASUS_HOME)/setupserverdev
   ifeq ($(PEGASUS_TEST_ENABLE_DEBUG_TRACE),true)
           # Enable trace to capture Discarded data trace information to help
           # troubleshoot and detect test failures.
           cimconfig -s traceComponents=DiscardedData -p
           cimconfig -s traceLevel=4 -p
   endif
  
 uninstall: uninstall:
 ifeq ($(OS_TYPE),windows) ifeq ($(OS_TYPE),windows)


Legend:
Removed from v.1.58.4.1  
changed lines
  Added in v.1.59

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2