Changeset 6916 for trunk/src


Ignore:
Timestamp:
Oct 1, 2001, 3:37:38 AM (24 years ago)
Author:
bird
Message:

Include multijob starter. WATCOM: temporarily ignore return codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/makefile

    r6895 r6916  
    1 # $Id: makefile,v 1.79 2001-09-30 09:36:03 bird Exp $
     1# $Id: makefile,v 1.80 2001-10-01 01:37:38 bird Exp $
    22
    33#
     
    3838#   MASSIVE:    Spawn a child processes for each process.
    3939#
     40EXTRA =
    4041!ifdef SMP
    4142EXTRA = -r
     
    4445EXTRA = -s start "Odin32 Massive Build" /B /C
    4546!endif
    46 
     47# TEMPORARY: ignore return codes while we're working with watcom and nmake.
     48!if defined(WAT) && defined(NMAKE)
     49EXTRA = $(EXTRA) -i
     50!endif
    4751
    4852
     
    140144    $(RM) signals.log stateupd.log
    141145
     146
     147!ifdef NMAKE
     148#
     149# Common: If MULTIJOBS is defined make sure cmdqd is running.
     150#
     151!ifndef NO_MULTIJOBS
     152!   ifdef MULTIJOBS
     153!      if [$(CMDQD) queryrunning] != 0
     154!          if [$(DODIRS) "$(ODIN32_BASE)\tools\cmdqd" $(MAKE_CMD) all] == 0
     155!          endif
     156!          if [$(CMDQD) init 7] == 0
     157!          endif
     158!      endif
     159!   endif
     160!endif
     161!endif
     162
Note: See TracChangeset for help on using the changeset viewer.