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

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

version 1.4, 2002/02/13 20:04:40 version 1.5, 2005/02/06 19:33:28
Line 6 
Line 6 
  
 endef endef
  
   ifeq ($(PEGASUS_OS_TYPE),VMS)
   
   $(OBJ_DIR)/target: $(ERROR)
   ifndef VMSPROGRAM
           library/create/object $(FULL_VMSLIB)
   endif
           @ $(MKDIRHIER) $(REP_DIR)
           @ $(MKDIRHIER) $(OBJ_DIR)
           @ $(TOUCH) $(OBJ_VMSDIR)]target
   
   $(BIN_DIR)/target: $(ERROR)
           @ $(MKDIRHIER) $(BIN_DIR)
           @ $(TOUCH) $(BIN_VMSDIR)]target
   
   $(LIB_DIR)/target: $(ERROR)
           @ $(MKDIRHIER) $(LIB_DIR)
           @ $(TOUCH) $(LIB_VMSDIR)]target
   
   $(OPT_DIR)/target: $(ERROR)
           @ $(MKDIRHIER) $(OPT_DIR)
           @ $(TOUCH) $(OPT_VMSDIR)]target
   else
 $(OBJ_DIR)/target: $(ERROR) $(OBJ_DIR)/target: $(ERROR)
         @ $(MKDIRHIER) $(OBJ_DIR)         @ $(MKDIRHIER) $(OBJ_DIR)
         $(foreach i, $(OBJECT_DIRS), $(MKDIRHIER) $(OBJ_DIR)/$(i) $(BUILD_NL) )         $(foreach i, $(OBJECT_DIRS), $(MKDIRHIER) $(OBJ_DIR)/$(i) $(BUILD_NL) )
Line 18 
Line 40 
 $(LIB_DIR)/target: $(ERROR) $(LIB_DIR)/target: $(ERROR)
         @ $(MKDIRHIER) $(LIB_DIR)         @ $(MKDIRHIER) $(LIB_DIR)
         @ $(TOUCH) $(LIB_DIR)/target         @ $(TOUCH) $(LIB_DIR)/target
   endif


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2