MFC: r1.125: Fix -j with Makefiles specified via stdin.
Requested by: Ulrich Spoerlein <uspoerlein@gmail.com>
This commit is contained in:
parent
8139bffc2f
commit
ff27fdde7e
@ -2338,7 +2338,7 @@ Job_Init(int maxproc)
|
||||
jobFull = FALSE;
|
||||
}
|
||||
}
|
||||
if (fifoFd <= 0) {
|
||||
if (fifoFd < 0) {
|
||||
maxJobs = maxproc;
|
||||
jobFull = FALSE;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user