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

Diff for /pegasus/mak/commands.mak between version 1.65 and 1.67

version 1.65, 2008/12/16 18:55:36 version 1.67, 2015/01/15 19:57:57
Line 93 
Line 93 
     GENERATE_RANDSEED = randseed     GENERATE_RANDSEED = randseed
     GET_HOSTNAME = `nslookup \`hostname\` | grep "Name:" | sed 's/Name:[ ]*//'`     GET_HOSTNAME = `nslookup \`hostname\` | grep "Name:" | sed 's/Name:[ ]*//'`
  
           LIB_LINK_SUFFIX = .so
   
     ifeq ($(PEGASUS_PLATFORM), HPUX_PARISC_ACC)     ifeq ($(PEGASUS_PLATFORM), HPUX_PARISC_ACC)
         LIB_LINK_SUFFIX = .sl         LIB_LINK_SUFFIX = .sl
     else      endif
         LIB_LINK_SUFFIX = .so  
       ifeq ($(PEGASUS_PLATFORM), HPUX_PARISC_GNU)
           LIB_LINK_SUFFIX = .sl
     endif     endif
  
     Prwxr_xr_x = 755     Prwxr_xr_x = 755
Line 519 
Line 523 
 ## ##
 ## NOTE: The CIMSERVER_CONFIG_OPTIONS are set in the environment on the ## NOTE: The CIMSERVER_CONFIG_OPTIONS are set in the environment on the
 ##       makefile rule command line invoking the runTestSuite command. ##       makefile rule command line invoking the runTestSuite command.
 ##       They are inherted by the next shell which will run the  ##       They are inherited by the next shell which will run the
 ##       cimstart command. ##       cimstart command.
 ## ##
 runTestSuite: CMDSFORCE runTestSuite: CMDSFORCE


Legend:
Removed from v.1.65  
changed lines
  Added in v.1.67

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2