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

Diff for /pegasus/Schemas/Attic/Makefile between version 1.6 and 1.7

version 1.6, 2003/03/12 17:08:52 version 1.7, 2003/04/29 20:29:10
Line 21 
Line 21 
         @ $(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$(CIM_SCHEMA_VER).mof into root namespace...         @ echo +++++ Loading CIM_Core$(CIM_SCHEMA_VER).mof into root namespace...
         @ cimmofl -R$(REPOSITORY_DIR) -I$(CIM_SCHEMA_DIR) -nroot $(CIM_SCHEMA_DIR)/CIM_Core$(CIM_SCHEMA_VER).mof          @ cimmofl -R$(REPOSITORY_DIR) -I$(CIM_SCHEMA_DIR) -nroot $(ALLOW_EXPERIMENTAL) $(CIM_SCHEMA_DIR)/CIM_Core$(CIM_SCHEMA_VER).mof
         @ echo +++++ Loading CIM_Schema$(CIM_SCHEMA_VER).mof into $(NAMESPACE) namespace...         @ echo +++++ Loading CIM_Schema$(CIM_SCHEMA_VER).mof into $(NAMESPACE) namespace...
         @ cimmofl -R$(REPOSITORY_DIR) -I$(CIM_SCHEMA_DIR) -n$(NAMESPACE) $(CIM_SCHEMA_DIR)/CIM_Schema$(CIM_SCHEMA_VER).mof          @ cimmofl -R$(REPOSITORY_DIR) -I$(CIM_SCHEMA_DIR) -n$(NAMESPACE) $(ALLOW_EXPERIMENTAL) $(CIM_SCHEMA_DIR)/CIM_Schema$(CIM_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 32 
Line 32 
         @ 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 -R$(REPOSITORY_DIR) -I$(CIM_SCHEMA_DIR) -n$(NAMESPACE) $(CIM_SCHEMA_DIR)/CIM_Core$(CIM_SCHEMA_VER).mof          cimmofl -R$(REPOSITORY_DIR) -I$(CIM_SCHEMA_DIR) -n$(NAMESPACE) $(ALLOW_EXPERIMENTAL) $(CIM_SCHEMA_DIR)/CIM_Core$(CIM_SCHEMA_VER).mof
  
 clean: clean:
         @ echo +++++ Removing existing CIM Repository named $(REPOSITORY_ROOT)         @ echo +++++ Removing existing CIM Repository named $(REPOSITORY_ROOT)


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2