- Timestamp:
- Oct 1, 2001, 3:37:38 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/makefile
r6895 r6916 1 # $Id: makefile,v 1. 79 2001-09-30 09:36:03bird Exp $1 # $Id: makefile,v 1.80 2001-10-01 01:37:38 bird Exp $ 2 2 3 3 # … … 38 38 # MASSIVE: Spawn a child processes for each process. 39 39 # 40 EXTRA = 40 41 !ifdef SMP 41 42 EXTRA = -r … … 44 45 EXTRA = -s start "Odin32 Massive Build" /B /C 45 46 !endif 46 47 # TEMPORARY: ignore return codes while we're working with watcom and nmake. 48 !if defined(WAT) && defined(NMAKE) 49 EXTRA = $(EXTRA) -i 50 !endif 47 51 48 52 … … 140 144 $(RM) signals.log stateupd.log 141 145 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.