Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/04/2006 21:25:03
Module Name: src
Committed By: dsl
Date: Wed Jan 4 21:25:03 UTC 2006
Modified Files:
src/usr.bin/make: job.c
Log Message:
F_DUPFD the job_pipe fds onto higher numbers (>15) to make it less likely
that they will get closed in a complex recursive parallel make.
To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 src/usr.bin/make/job.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.