cvs commit: src/usr.bin/make job.c

Will Andrews will at FreeBSD.org
Thu Mar 8 07:57:44 UTC 2007


will        2007-03-08 07:57:43 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         job.c 
  Log:
  Fix a bug where the standard input (fifoFd == 0) was confused with an
  error return from open(2), leading to an erroneous value of maxJobs and
  a hung make when -f is standard input and -j is used.
  
  PR:             bin/101232
  Submitted by:   Nate Eldredge <nge at cs.hmc.edu>
  
  Revision  Changes    Path
  1.125     +1 -1      src/usr.bin/make/job.c


More information about the cvs-src mailing list