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

Diff for /pegasus/mak/config.mak between version 1.16 and 1.17

version 1.16, 2001/12/13 14:53:31 version 1.17, 2001/12/18 08:12:50
Line 37 
Line 37 
 OBJ_DIR = $(HOME_DIR)/obj/$(DIR) OBJ_DIR = $(HOME_DIR)/obj/$(DIR)
 BIN_DIR = $(HOME_DIR)/bin BIN_DIR = $(HOME_DIR)/bin
 LIB_DIR = $(HOME_DIR)/lib LIB_DIR = $(HOME_DIR)/lib
   
   # define the location for the repository
   
 REPOSITORY_ROOT = $(HOME_DIR)/repository REPOSITORY_ROOT = $(HOME_DIR)/repository
  
 LEX = flex LEX = flex
Line 94 
Line 97 
             the following: $(VALID_PLATFORMS)             the following: $(VALID_PLATFORMS)
         @ exit 1         @ exit 1
 endif endif
   
   
   ############################################################
   #
   # Set up other Make Variables that depend on platform config files
   #
   ############################################################
   
   # This is temporary until we end up with a better place to
   # put this variable
   # Makefiles can do directory remove with
   # $(RMREPOSITORY) repositoryname
   #
   RMREPOSITORY = $(RMDIRHIER)
   


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2