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

Diff for /pegasus/Schemas/Pegasus/Makefile between version 1.9 and 1.10

version 1.9, 2006/01/30 16:16:19 version 1.10, 2006/10/04 19:49:12
Line 39 
Line 39 
  
 all: all:
  
 # Delete and rebuild the repository using the MOF compiler.  # Delete and rebuild the core namespaces using the standalone MOF compiler.
   # This does not remove any other namespaces.
 repository: repository:
         $(MAKE) --directory=Internal repository         $(MAKE) --directory=Internal repository
         $(MAKE) --directory=InterOp repository         $(MAKE) --directory=InterOp repository
         $(MAKE) --directory=ManagedSystem repository         $(MAKE) --directory=ManagedSystem repository
  
   # Delete and rebuild the core namespaces using the client MOF compiler
 repositoryServer: repositoryServer:
         $(MAKE) --directory=Internal repositoryServer         $(MAKE) --directory=Internal repositoryServer
         $(MAKE) --directory=InterOp repositoryServer         $(MAKE) --directory=InterOp repositoryServer
         $(MAKE) --directory=ManagedSystem repositoryServer         $(MAKE) --directory=ManagedSystem repositoryServer
  
   # Clean out the core namespaces.
 clean: clean:
         $(MAKE) --directory=Internal clean         $(MAKE) --directory=Internal clean
         $(MAKE) --directory=InterOp clean         $(MAKE) --directory=InterOp clean


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2