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

Diff for /pegasus/TestMakefile between version 1.89.14.2 and 1.89.14.3

version 1.89.14.2, 2008/11/20 01:16:12 version 1.89.14.3, 2009/01/06 18:43:06
Line 1426 
Line 1426 
             generate_core_file_list             generate_core_file_list
         @$(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile \         @$(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile \
             check_core_search_results             check_core_search_results
   
   ###############################################################################
   ##
   ## option_summary - used to generate a concise list of build options for use in
   ## a nightly build status report.  This is not intended to be a complete list,
   ## so it is likely that some options are omitted.  New options may be added
   ## here as needs dictate.
   ##
   ###############################################################################
   
   OPTION_SUMMARY =
   ifeq ($(PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER),true)
       OPTION_SUMMARY += "+CMPI"
   endif
   ifeq ($(PEGASUS_ENABLE_CQL),true)
       OPTION_SUMMARY += "+CQL"
   endif
   ifeq ($(PEGASUS_HAS_ICU),true)
       OPTION_SUMMARY += "+ICU"
   endif
   ifeq ($(PEGASUS_ENABLE_IPV6),true)
       OPTION_SUMMARY += "+IPv6"
   endif
   ifeq ($(PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER),true)
       OPTION_SUMMARY += "+JMPI"
   endif
   ifeq ($(PEGASUS_ENABLE_PRIVILEGE_SEPARATION),true)
       OPTION_SUMMARY += "+PrivSep"
   endif
   ifdef PEGASUS_ENABLE_EXECQUERY
       OPTION_SUMMARY += "+Query"
   endif
   ifdef PEGASUS_ENABLE_REMOTE_CMPI
       OPTION_SUMMARY += "+RCMPI"
   endif
   ifeq ($(PEGASUS_ENABLE_SLP),true)
       OPTION_SUMMARY += "+SLP"
   endif
   ifdef PEGASUS_HAS_SSL
       OPTION_SUMMARY += "+SSL"
   endif
   ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true)
       OPTION_SUMMARY += "+WSMan"
   endif
   
   option_summary:
           @$(ECHO) "$(OPTION_SUMMARY)"


Legend:
Removed from v.1.89.14.2  
changed lines
  Added in v.1.89.14.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2