Date: Thu, 8 Mar 2007 07:57:43 +0000 (UTC) From: Will Andrews <will@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make job.c Message-ID: <200703080757.l287viDu017373@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@cs.hmc.edu> Revision Changes Path 1.125 +1 -1 src/usr.bin/make/job.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703080757.l287viDu017373>