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

Diff for /pegasus/TestMakefile between version 1.101 and 1.102

version 1.101, 2008/12/16 18:55:33 version 1.102, 2008/12/18 18:53:51
Line 1454 
Line 1454 
             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
   ifeq ($(PEGASUS_USE_SQLITE_REPOSITORY),true)
       OPTION_SUMMARY += "+SQLite"
   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.101  
changed lines
  Added in v.1.102

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2