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

Diff for /pegasus/Makefile between version 1.47 and 1.48

version 1.47, 2008/08/28 18:05:36 version 1.48, 2008/09/02 17:37:16
Line 37 
Line 37 
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 # This is a recurse make file # This is a recurse make file
 # Defines subdirectorys to go to recursively  # Defines subdirectories to go to recursively
  
 # DIRS = src cgi  
 DIRS = src DIRS = src
  
 TEST_DIRS = test TEST_DIRS = test
Line 88 
Line 87 
         $(USAGE)"repository          - builds the base repository. Does not remove other"         $(USAGE)"repository          - builds the base repository. Does not remove other"
         $(USAGE)"                      namespaces than the base namespaces."         $(USAGE)"                      namespaces than the base namespaces."
         $(USAGE)"testrepository      - builds items for the test suites into the repository"         $(USAGE)"testrepository      - builds items for the test suites into the repository"
         $(USAGE)"removetestrepository- removes test items from the repository"  
         $(USAGE)"repositoryclean     - removes the complete repository"         $(USAGE)"repositoryclean     - removes the complete repository"
         $(USAGE)"listplatforms       - List all valid platforms"         $(USAGE)"listplatforms       - List all valid platforms"
         $(USAGE)         $(USAGE)
Line 250 
Line 248 
  
  
 #--------------------- #---------------------
 # The repository Target removes and rebuilds the base repository. It  # The repository target removes the entire repository and rebuilds the Pegasus
 # does not remove all possible namespaces.  See  # namespaces.  The repositoryServer target does not remove the repository
 # Schemas/Pegasus/Makefile for details. The repository clean has the  # before building the Pegasus namespaces.  (The repositoryServer target in
 # same limitation  # TestMakefile *does* remove the repository first.)
  
 # Note: Arguments must be quoted to preserve upper case characters in VMS. # Note: Arguments must be quoted to preserve upper case characters in VMS.
 repository: FORCE  repository: repositoryclean
         @ $(MAKE) "-SC" Schemas/Pegasus repository         @ $(MAKE) "-SC" Schemas/Pegasus repository
  
 repositoryclean: FORCE repositoryclean: FORCE
Line 265 
Line 263 
 repositoryServer: FORCE repositoryServer: FORCE
         @ $(MAKE) "-SC" Schemas/Pegasus repositoryServer         @ $(MAKE) "-SC" Schemas/Pegasus repositoryServer
  
   #---------------------
   # The testrepository and testrepositoryServer targets build the Pegasus test
   # namespaces.  A pre-existing repository is not removed.
   
 testrepository: FORCE testrepository: FORCE
         @ $(MAKE) "-SC" src/Providers/sample/Load repository         @ $(MAKE) "-SC" src/Providers/sample/Load repository
         @ $(MAKE) "-SC" test/wetest repository         @ $(MAKE) "-SC" test/wetest repository
Line 297 
Line 299 
         @ $(MAKE) --directory=$(PEGASUS_ROOT)/src/Clients/cimsub/tests/testscript \         @ $(MAKE) --directory=$(PEGASUS_ROOT)/src/Clients/cimsub/tests/testscript \
             -f Makefile repositoryServer             -f Makefile repositoryServer
  
 removetestrepository: FORCE  
         @ $(MAKE) "-SC" src/Providers/sample/Load removerepository  
         @ $(MAKE) "-SC" test/wetest removerepository  
         @ $(MAKE) "-SC" src/Clients/benchmarkTest/Load removerepository  
         @ $(MAKE) "-SC" src/Providers/TestProviders/Load removerepository  
         @ $(MAKE) "-SC" src/Clients/cimsub/tests/testscript removerepository  
   
 config: config:
         @ $(ROOT)/SetConfig_EnvVar         @ $(ROOT)/SetConfig_EnvVar
  


Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2