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

Diff for /pegasus/src/Server/Makefile between version 1.23 and 1.24

version 1.23, 2003/05/21 05:25:10 version 1.24, 2003/05/28 20:50:00
Line 50 
Line 50 
         $(COPY) client.pem $(PEGASUS_HOME)         $(COPY) client.pem $(PEGASUS_HOME)
         $(COPY) ssl.rnd    $(PEGASUS_HOME)         $(COPY) ssl.rnd    $(PEGASUS_HOME)
         $(COPY) ssl.cnf    $(PEGASUS_HOME)         $(COPY) ssl.cnf    $(PEGASUS_HOME)
   ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
           $(PEGASUS_HOME)/bin/cimserver -install
   endif
   
   uninstall:
   ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
           $(PEGASUS_HOME)/bin/cimserver -remove
   endif
  
 run: install run: install
 ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC) ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
         cimserver -l          cimserver -start
 else else
         cimserver         cimserver
 endif endif


Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2