(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / Attic

Diff for /pegasus/Schemas/Attic/Makefile between version 1.4 and 1.5

version 1.4, 2002/04/02 17:43:45 version 1.5, 2002/07/15 06:22:11
Line 34 
Line 34 
         @ $(RMREPOSITORY) $(REPOSITORY_ROOT)         @ $(RMREPOSITORY) $(REPOSITORY_ROOT)
         @ echo +++++ Populating CIM repository - this will take a while         @ echo +++++ Populating CIM repository - this will take a while
         @ echo +++++ Loading CIM_Core$(SCHEMA_VER).mof into root namespace...         @ echo +++++ Loading CIM_Core$(SCHEMA_VER).mof into root namespace...
         @ cimmofl -I$(MOF_PATH) -nroot $(MOF_PATH)/CIM_Core$(SCHEMA_VER).mof          @ cimmofl -R$(REPOSITORY_DIR) -I$(MOF_PATH) -nroot $(MOF_PATH)/CIM_Core$(SCHEMA_VER).mof
         @ echo +++++ Loading CIM_Schema$(SCHEMA_VER).mof into $(NAMESPACE) namespace...         @ echo +++++ Loading CIM_Schema$(SCHEMA_VER).mof into $(NAMESPACE) namespace...
         @ cimmofl -I$(MOF_PATH) -n$(NAMESPACE) $(MOF_PATH)/CIM_Schema$(SCHEMA_VER).mof          @ cimmofl -R$(REPOSITORY_DIR) -I$(MOF_PATH) -n$(NAMESPACE) $(MOF_PATH)/CIM_Schema$(SCHEMA_VER).mof
  
 # The following is a hangover from previous testing and simply loads the # The following is a hangover from previous testing and simply loads the
 # core into the namespace defined by NAMESPACE.  It should probably be # core into the namespace defined by NAMESPACE.  It should probably be
Line 45 
Line 45 
         @ echo +++++ Populating CIM repository - this will take a minute         @ echo +++++ Populating CIM repository - this will take a minute
         $(RMREPOSITORY) $(REPOSITORY_ROOT)         $(RMREPOSITORY) $(REPOSITORY_ROOT)
         echo +++++ Loading CIM_Core.mof into root namespace...         echo +++++ Loading CIM_Core.mof into root namespace...
         cimmofl -I$(MOF_PATH) -n$(NAMESPACE) $(MOF_PATH)/CIM_Core$(SCHEMA_VER).mof          cimmofl -R$(REPOSITORY_DIR) -I$(MOF_PATH) -n$(NAMESPACE) $(MOF_PATH)/CIM_Core$(SCHEMA_VER).mof
  
 clean: clean:
         @ echo +++++ Removing existing CIM Repository named $(REPOSITORY_ROOT)         @ echo +++++ Removing existing CIM Repository named $(REPOSITORY_ROOT)
Line 67 
Line 67 
 # used to generate xml output from the schema # used to generate xml output from the schema
 xml: xml:
         @ echo +++++ Loading CIM_Schema$(SCHEMA_VER).mof into root/cimv2 namespace...         @ echo +++++ Loading CIM_Schema$(SCHEMA_VER).mof into root/cimv2 namespace...
         @ cimmofl --xml -I$(MOF_PATH) -nroot/cimv2 $(MOF_PATH)/CIM_Schema$(SCHEMA_VER).mof >CIM_Schema$(SCHEMA_VER).XML          @ cimmofl -R$(REPOSITORY_DIR) --xml -I$(MOF_PATH) -nroot/cimv2 $(MOF_PATH)/CIM_Schema$(SCHEMA_VER).mof >CIM_Schema$(SCHEMA_VER).XML


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2