DragonFly BSD
DragonFly commits List (threaded) for 2005-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/usr.bin/make globals.h job.c job.h main.c parse.c


From: Max Okumoto <okumoto@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 14 May 2005 15:52:19 -0700 (PDT)

okumoto     2005/05/14 15:52:19 PDT

DragonFly src repository

  Modified files:
    usr.bin/make         globals.h job.c job.h main.c parse.c 
  Log:
  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
  
  Revision  Changes    Path
  1.11      +1 -0      src/usr.bin/make/globals.h
  1.97      +6 -1      src/usr.bin/make/job.c
  1.30      +0 -2      src/usr.bin/make/job.h
  1.91      +6 -5      src/usr.bin/make/main.c
  1.81      +1 -1      src/usr.bin/make/parse.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/globals.h.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.c.diff?r1=1.96&r2=1.97&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.h.diff?r1=1.29&r2=1.30&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/main.c.diff?r1=1.90&r2=1.91&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.c.diff?r1=1.80&r2=1.81&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]