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

Diff for /pegasus/Schemas/Attic/Makefile between version 1.1 and 1.2

version 1.1, 2002/02/21 14:09:41 version 1.2, 2002/03/18 19:50:10
Line 35 
Line 35 
         @ $(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...
         @ cimmof -I$(MOF_PATH) -nroot $(MOF_PATH)/CIM_Core$(SCHEMA_VER).mof          @ cimmofl -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...
         @ cimmof -I$(MOF_PATH) -n$(NAMESPACE) $(MOF_PATH)/CIM_Schema$(SCHEMA_VER).mof          @ cimmofl -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 46 
Line 46 
         @ 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...
         cimmof -I$(MOF_PATH) -n$(NAMESPACE) $(MOF_PATH)/CIM_Core$(SCHEMA_VER).mof          cimmofl -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)


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2