Re: svn commit: r251422 - in head: contrib/bmake usr.bin/bmake

2013-07-05 Thread Tijl Coosemans
On 2013-06-24 20:57, Tijl Coosemans wrote: On 2013-06-05 18:12, Simon J. Gerraty wrote: Author: sjg Date: Wed Jun 5 16:12:50 2013 New Revision: 251422 URL: http://svnweb.freebsd.org/changeset/base/251422 Log: Update to bmake-20130604 to fix file descriptor leak. Modified:

Re: svn commit: r251422 - in head: contrib/bmake usr.bin/bmake

2013-07-05 Thread Simon J. Gerraty
On Fri, 5 Jul 2013 18:06:37 +0200, Tijl Coosemans writes: I've been noticing that bmake doesn't run parallel jobs as like fmake. No it doesn't. fmake exports the name of a FIFO, which any submake can open. bmake passes open descriptors to a pipe, but only if the target is flagged .MAKE.

Re: svn commit: r251422 - in head: contrib/bmake usr.bin/bmake

2013-06-24 Thread Tijl Coosemans
On 2013-06-05 18:12, Simon J. Gerraty wrote: Author: sjg Date: Wed Jun 5 16:12:50 2013 New Revision: 251422 URL: http://svnweb.freebsd.org/changeset/base/251422 Log: Update to bmake-20130604 to fix file descriptor leak. Modified: head/contrib/bmake/job.c

svn commit: r251422 - in head: contrib/bmake usr.bin/bmake

2013-06-05 Thread Simon J. Gerraty
Author: sjg Date: Wed Jun 5 16:12:50 2013 New Revision: 251422 URL: http://svnweb.freebsd.org/changeset/base/251422 Log: Update to bmake-20130604 to fix file descriptor leak. Modified: head/contrib/bmake/ChangeLog head/contrib/bmake/Makefile head/contrib/bmake/job.c