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

Diff for /pegasus/mak/build.mak between version 1.2 and 1.3

version 1.2, 2001/02/05 23:43:44 version 1.3, 2002/01/14 19:20:09
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)


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2