Changeset 7653 for trunk/tools


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

Kill cmdqd when in this makefile. (it will be restarted when the next makefile is invoked.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/CmdQd/makefile

    r7651 r7653  
    1 # $Id: makefile,v 1.3 2001-12-19 01:19:24 bird Exp $
     1# $Id: makefile,v 1.4 2001-12-19 01:27:25 bird Exp $
    22
    33#
     
    8989    $(RM) $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) $(ODIN32_BIN)\$(TARGET).sym
    9090!else
    91     @echo Info: Not removing $(ODIN32_TOOLS)\cmdqd.exe becuase MULTIJOBS is defined.
     91    @echo Info: Not removing $(ODIN32_TOOLS)\cmdqd.exe because MULTIJOBS is defined.
    9292!endif
    9393
     94
     95#
     96# If MULTIJOBS is defined make sure cmdqd is NOT while we make it running.
     97#
     98!ifdef MULTIJOBS
     99!   if [$(CMDQD) queryrunning] == 0
     100!       if [$(CMDQD) kill] == 0
     101!       endif
     102!   endif
     103!endif
     104
Note: See TracChangeset for help on using the changeset viewer.