(file) Return to config.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/config.mak between version 1.90 and 1.91

version 1.90, 2005/04/28 11:52:46 version 1.91, 2005/04/29 23:06:05
Line 76 
Line 76 
 # to localally control where the temporay small repository they # to localally control where the temporay small repository they
 # build, use and then delete is located. Most of the time it is set to TMP_DIR. # build, use and then delete is located. Most of the time it is set to TMP_DIR.
 # #
 ifndef REPOSITORY_DIR  
 REPOSITORY_DIR = $(HOME_DIR) REPOSITORY_DIR = $(HOME_DIR)
 endif  
  
 # #
 # WARNING: The REPOSITORY_NAME varible is not used by all the test, # WARNING: The REPOSITORY_NAME varible is not used by all the test,
Line 86 
Line 85 
 # is that you can change the repository name and build it. But you # is that you can change the repository name and build it. But you
 # cannot run the test without many of them failing # cannot run the test without many of them failing
 # #
 ifndef REPOSITORY_NAME  
 REPOSITORY_NAME = repository REPOSITORY_NAME = repository
 endif  
  
 REPOSITORY_ROOT = $(REPOSITORY_DIR)/$(REPOSITORY_NAME) REPOSITORY_ROOT = $(REPOSITORY_DIR)/$(REPOSITORY_NAME)
  
Line 96 
Line 95 
 #       XML = XML format #       XML = XML format
 #       BIN = Binary format #       BIN = Binary format
 # #
 ifndef REPOSITORY_MODE  ifndef PEGASUS_REPOSITORY_MODE
      ## set to default value
      REPOSITORY_MODE = XML
   else
      ## validate assigned value
      ifeq ($(PEGASUS_REPOSITORY_MODE),XML)
 REPOSITORY_MODE = XML REPOSITORY_MODE = XML
      else
        ifeq ($(PEGASUS_REPOSITORY_MODE),BIN)
         REPOSITORY_MODE = BIN
        else
         $(error PEGASUS_REPOSITORY_MODE ($(PEGASUS_REPOSITORY_MODE)) \
                    is invalid. It must be set to either XML or BIN)
 endif endif
      endif
   endif
   
  
 ########################################################################### ###########################################################################
  


Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2