Changeset 6540 for trunk/src


Ignore:
Timestamp:
Aug 16, 2001, 6:07:46 AM (24 years ago)
Author:
bird
Message:

CmdQd

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dllentry/makefile

    r4824 r6540  
    1 # $Id: makefile,v 1.9 2000-12-17 03:37:33 bird Exp $
     1# $Id: makefile,v 1.10 2001-08-16 04:07:46 bird Exp $
    22
    33#
     
    5050# Build objs and copies obj to lib.
    5151$(ODIN32_LIB)\$(TARGET).obj: $(OBJS)
     52    $(CMDQD_WAIT)
    5253    $(CP) $(OBJS) $@
    5354
  • trunk/src/makefile

    r6447 r6540  
    1 # $Id: makefile,v 1.75 2001-08-04 14:14:41 bird Exp $
     1# $Id: makefile,v 1.76 2001-08-16 04:07:46 bird Exp $
    22
    33#
     
    8282dep:
    8383    $(DOWITHDIRS) -e$(NOTTOBEMADE) -c -ldep $(EXTRA) \
    84         $(MAKE_CMD) NODEP=1 dep
     84        $(CMDQD_SUB) $(MAKE_CMD) NODEP=1 dep
     85    $(CMDQD_WAIT)
    8586
    8687clean:
    8788    $(DOWITHDIRS) -e$(NOTTOBEMADE) -c -lcln$(CCENV)$(DEBUG) $(EXTRA) \
    88         $(MAKE_CMD) NODEP=1 clean
     89        $(CMDQD_SUB)  $(MAKE_CMD) NODEP=1 clean
     90    $(CMDQD_WAIT)
    8991
    9092$(COMMONRULES:clean dep lib all=):
Note: See TracChangeset for help on using the changeset viewer.