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

Diff for /pegasus/mak/build.mak between version 1.1 and 1.4

version 1.1, 2001/01/14 19:50:20 version 1.4, 2002/02/13 20:04:40
Line 1 
Line 1 
  
 build: $(OBJ_DIR)/target $(BIN_DIR)/target $(LIB_DIR)/target $(ERROR) build: $(OBJ_DIR)/target $(BIN_DIR)/target $(LIB_DIR)/target $(ERROR)
  
   define BUILD_NL
   
   
   endef
   
 $(OBJ_DIR)/target: $(ERROR) $(OBJ_DIR)/target: $(ERROR)
         @ $(MKDIRHIER) $(OBJ_DIR)         @ $(MKDIRHIER) $(OBJ_DIR)
         @ touch $(OBJ_DIR)/target          $(foreach i, $(OBJECT_DIRS), $(MKDIRHIER) $(OBJ_DIR)/$(i) $(BUILD_NL) )
           @ $(TOUCH) $(OBJ_DIR)/target
  
 $(BIN_DIR)/target: $(ERROR) $(BIN_DIR)/target: $(ERROR)
         @ $(MKDIRHIER) $(BIN_DIR)         @ $(MKDIRHIER) $(BIN_DIR)
         @ touch $(BIN_DIR)/target          @ $(TOUCH) $(BIN_DIR)/target
  
 $(LIB_DIR)/target: $(ERROR) $(LIB_DIR)/target: $(ERROR)
         @ $(MKDIRHIER) $(LIB_DIR)         @ $(MKDIRHIER) $(LIB_DIR)
         @ touch $(LIB_DIR)/target          @ $(TOUCH) $(LIB_DIR)/target


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2