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

Diff for /pegasus/mak/config.mak between version 1.178 and 1.179

version 1.178, 2008/11/12 17:22:31 version 1.179, 2008/11/18 19:48:23
Line 1464 
Line 1464 
     $(error "PEGASUS_ENABLE_ENCAPSULATED_XML must be true or false")     $(error "PEGASUS_ENABLE_ENCAPSULATED_XML must be true or false")
   endif   endif
 endif endif
   
   ## ======================================================================
   ##
   ## PLATFORM_CORE_PATTERN
   ## This variable describes the pattern used to search for core files.
   ## If not defined, this variable will be set to core*.
   ## Only wildcard characters supported by the make wildcard function
   ## may be used.
   
   ifndef PLATFORM_CORE_PATTERN
       PLATFORM_CORE_PATTERN = core*
   endif


Legend:
Removed from v.1.178  
changed lines
  Added in v.1.179

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2