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

Diff for /pegasus/Schemas/Attic/Makefile between version 1.14 and 1.14.44.1

version 1.14, 2006/01/30 16:16:18 version 1.14.44.1, 2007/09/29 00:09:27
Line 55 
Line 55 
         @ $(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...
         @ $(CIMMOFCLI) "-R$(REPOSITORY_DIR)" "-N$(REPOSITORY_NAME)" "-M$(REPOSITORY_MODE)" "-I$(CIM_SCHEMA_DIR)" -nroot $(ALLOW_EXPERIMENTAL) $(CIM_SCHEMA_DIR)/CIM_Core$(CIM_SCHEMA_VER).mof          $(CIMMOFCLI) "-R$(REPOSITORY_DIR)" "-N$(REPOSITORY_NAME)" "-M$(REPOSITORY_MODE)" "-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...
         @ $(CIMMOFCLI) "-R$(REPOSITORY_DIR)" "-N$(REPOSITORY_NAME)" "-M$(REPOSITORY_MODE)" "-I$(CIM_SCHEMA_DIR)" "-n$(NAMESPACE)" $(ALLOW_EXPERIMENTAL) $(CIM_SCHEMA_DIR)/CIM_Schema$(CIM_SCHEMA_VER).mof          $(CIMMOFCLI) "-R$(REPOSITORY_DIR)" "-N$(REPOSITORY_NAME)" "-M$(REPOSITORY_MODE)" "-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 66 
Line 66 
         @ $(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...
         @ $(CIMMOFCLI) "-R$(REPOSITORY_DIR)" "-N$(REPOSITORY_NAME)" "-M$(REPOSITORY_MODE)" "-I$(CIM_SCHEMA_DIR)" "-n$(NAMESPACE)" $(ALLOW_EXPERIMENTAL) $(CIM_SCHEMA_DIR)/CIM_Core$(CIM_SCHEMA_VER).mof          $(CIMMOFCLI) "-R$(REPOSITORY_DIR)" "-N$(REPOSITORY_NAME)" "-M$(REPOSITORY_MODE)" "-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.14  
changed lines
  Added in v.1.14.44.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2