FreeBSD-Date: 2005/05/12 15:16:44
authorMax Okumoto <okumoto@dragonflybsd.org>
Sat, 14 May 2005 22:52:18 +0000 (22:52 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Sat, 14 May 2005 22:52:18 +0000 (22:52 +0000)
commitc5784061b32d9decda7a8f0a7887fed8dddceab3
tree5f6c31fde5decc36cf28b89d220fc9c4e84fc572
parent9b39b389c22bc3307681fa981ac51af38dbe66ae
FreeBSD-Date: 2005/05/12 15:16:44
Author: harti

Fix the fix for bin/72510 applied in job.c:1.70. Actually there have
been two maxJobs variables: one static in job.c and one global used in
main.c and parse.c. Makeing one global out of these was the wrong way
to fix the problem. Instead rename the global one to jobLimit and keep
maxJobs static in job.c.

Suggested by:   rwatson
PR:             bin/72510
usr.bin/make/globals.h
usr.bin/make/job.c
usr.bin/make/job.h
usr.bin/make/main.c
usr.bin/make/parse.c