Changeset 7651 for trunk/tools


Ignore:
Timestamp:
Dec 19, 2001, 2:19:24 AM (24 years ago)
Author:
bird
Message:

Support for clean while MULTIJOBS is set. Still some issues left..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/CmdQd/makefile

    r6543 r7651  
    1 # $Id: makefile,v 1.2 2001-08-16 04:27:45 bird Exp $
     1# $Id: makefile,v 1.3 2001-12-19 01:19:24 bird Exp $
    22
    33#
     
    1919# Tell buildenvironment that we like to use static linked CRT.
    2020# Tell buildenvironment that we should not copy this into /bin.
     21# Tell buildenvironment that we no public cleaning - we do that our self.
    2122#
    2223EXETARGET = 1
     
    2526NO_MAIN_BIN_COPY = 1
    2627NO_MULTIJOBS = 1
     28CLEAN2 = 1
     29LOCALCLEAN = 1
    2730
    2831
     
    7679needed: all
    7780
     81
     82#
     83# Extra clean rule to which removes the cmdqd.exe file from /tools/bin
     84# if it's not currently used.
     85#
     86clean2:
     87!ifndef MULTIJOBS
     88    if exist $(ODIN32_TOOLS)\cmdqd.exe do $(ODIN32_TOOLS)\cmdqd kill
     89    $(RM) $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) $(ODIN32_BIN)\$(TARGET).sym
     90!else
     91    @echo Info: Not removing $(ODIN32_TOOLS)\cmdqd.exe becuase MULTIJOBS is defined.
     92!endif
     93
Note: See TracChangeset for help on using the changeset viewer.