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

Diff for /pegasus/mak/commands.mak between version 1.40 and 1.41

version 1.40, 2005/11/17 17:01:00 version 1.41, 2005/11/18 21:17:40
Line 26 
Line 26 
 #// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #// #//
 #//============================================================================== #//==============================================================================
 # commands.mak is a helper Makefile that is intended to be included in an upper level Makefile.  # commands.mak is a helper Makefile that is intended to be
   # included in an upper level Makefile.
   
   # Ensure that config.mak is included (so that the ROOT
   # variable is set correctly)
  
 # Ensure that config.mak is included (so that the ROOT variable is set correctly)  
  
 ifndef ROOT ifndef ROOT
     ifdef PEGASUS_ROOT     ifdef PEGASUS_ROOT
Line 102 
Line 105 
     endif     endif
  
     Prwxr_xr_x = 755     Prwxr_xr_x = 755
       Prwx______ = 700
     Prwxrwxrwx = 777     Prwxrwxrwx = 777
     Prwxrwxrwt = 1777     Prwxrwxrwt = 1777
     Pr_xr__r__ = 744     Pr_xr__r__ = 744
Line 109 
Line 113 
     Pr________ = 400     Pr________ = 400
     Pr_xr_xr_x = 555     Pr_xr_xr_x = 555
     Prw_r__r__ = 644     Prw_r__r__ = 644
       Prw_______ = 640
     CHMODDIRHIER = chmod -R     CHMODDIRHIER = chmod -R
  
     INSTALL_USR = bin     INSTALL_USR = bin
Line 188 
Line 193 
     Prwxrwxrwx = 777     Prwxrwxrwx = 777
     Prwxrwxrwt = 1777     Prwxrwxrwt = 1777
     Prwxr_xr_x = 755     Prwxr_xr_x = 755
       Prwxr_x___ = 750
     Pr_xr__r__ = 744     Pr_xr__r__ = 744
       Prwx______ = 700
     Pr__r__r__ = 444     Pr__r__r__ = 444
     Pr________ = 400     Pr________ = 400
     Pr_xr_xr_x = 555     Pr_xr_xr_x = 555
     Pr_x______ = 500     Pr_x______ = 500
     Prw_r__r__ = 644     Prw_r__r__ = 644
       Prw_______ = 640
     CHMODDIRHIER = chmod -R     CHMODDIRHIER = chmod -R
  
     INSTALL_USR = root     INSTALL_USR = root
     INSTALL_GRP = root      INSTALL_GRP = pegasus
     CIMSERVER_USR = root     CIMSERVER_USR = root
     CIMSERVER_GRP = root      CIMSERVER_GRP = pegasus
     CHMOD = chmod     CHMOD = chmod
     CHOWN = chown     CHOWN = chown
     CHGRP = chgrp     CHGRP = chgrp
Line 347 
Line 355 
     endif     endif
 endif endif
  
   
 CMDSFORCE: CMDSFORCE:
  
 ## ##
Line 414 
Line 423 
 mkdirhier_IgnoreError: CMDSFORCE mkdirhier_IgnoreError: CMDSFORCE
         @$(MAKE) $(MAKEOPTIONS) -i mkdirhier         @$(MAKE) $(MAKEOPTIONS) -i mkdirhier
  
   
 # The runTestSuite option starts the CIM Server # The runTestSuite option starts the CIM Server
 # with a designated set of configuration options (i.e., # with a designated set of configuration options (i.e.,
 # CIMSERVER_CONFIG_OPTIONS) and then runs a specified # CIMSERVER_CONFIG_OPTIONS) and then runs a specified
Line 448 
Line 456 
 ##       cimstart command. ##       cimstart command.
 ## ##
 runTestSuite: CMDSFORCE runTestSuite: CMDSFORCE
         $(MAKE) --directory $(PEGASUS_ROOT) -f TestMakefile cimstart          $(CIMSERVER_START_SERVICE)
         $(WINDOWS_ONLY_SLEEP)         $(WINDOWS_ONLY_SLEEP)
         $(foreach i, $(TESTSUITE_CMDS), $(subst @@, ,$(i)))         $(foreach i, $(TESTSUITE_CMDS), $(subst @@, ,$(i)))
         $(MAKE) --directory $(PEGASUS_ROOT) -f TestMakefile cimstop          $(CIMSERVER_STOP_SERVICE)
  
 ifndef PEGASUS_SSLCNF_FULLY_QUALIFIED_DSN ifndef PEGASUS_SSLCNF_FULLY_QUALIFIED_DSN
   PEGASUS_SSLCNF_FULLY_QUALIFIED_DSN=$(GET_HOSTNAME)   PEGASUS_SSLCNF_FULLY_QUALIFIED_DSN=$(GET_HOSTNAME)


Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2