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

Diff for /pegasus/mak/config.mak between version 1.27 and 1.29

version 1.27, 2003/04/09 16:28:55 version 1.29, 2003/04/29 19:51:59
Line 78 
Line 78 
 CIM_SCHEMA_DIR=$(PEGASUS_ROOT)/Schemas/CIMPrelim271 CIM_SCHEMA_DIR=$(PEGASUS_ROOT)/Schemas/CIMPrelim271
 CIM_SCHEMA_VER=27 CIM_SCHEMA_VER=27
  
   # ***** CIM_SCHEMA_DIR INFO ****
   # If CIM_SCHEMA_DIR changes to use a preliminary schema which
   # has experimentals make sure and change the path below to appopriate
   # directory path.  Example:  CIMPrelim271 is preliminary and has
   # experimental classes.  Since experimental classes exist the -aE
   # option of the mof compiler needs to be set.
   # *****
   ifeq ($(CIM_SCHEMA_DIR), $(PEGASUS_ROOT)/Schemas/CIMPrelim271)
   ALLOW_EXPERIMENTAL = -aE
   else
   ALLOW_EXPERIMENTAL = -aE
   endif
   
 LEX = flex LEX = flex
  
 ################################################################################ ################################################################################
Line 159 
Line 172 
 RMREPOSITORY = $(RMDIRHIER) RMREPOSITORY = $(RMDIRHIER)
  
  
 ###########################################################  
 #  
 # Define an environment variable that allows console  
 # printing of debug statements  
 #  
 # << Wed Apr  9 11:23:42 2003 mdd >>  
 ###########################################################  
 ifdef PEGASUS_ROOT  
     ROOT =  $(subst \,/,$(PEGASUS_ROOT))  
 else  
     ERROR = pegasus_root_undefined  
 pegasus_root_undefined:  
         @ echo PEGASUS_ROOT environment variable undefined  
         @ exit 1  
 endif  
  


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.29

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2