Re: parallel make and I/O of child processes

2011-01-28 Thread Stefano Lattarini
On Thursday 27 January 2011, Eric Blake wrote: > On 01/26/2011 01:21 PM, Stefano Lattarini wrote: > > On Tuesday 25 January 2011, Ralf Wildenhues wrote: > >> * Stefano Lattarini wrote on Tue, Jan 25, 2011 at 11:02:11AM CET: > >>> So, what about the attached updated patch? > >> > >> I have some nits

Re: parallel make and I/O of child processes

2011-01-27 Thread Eric Blake
On 01/26/2011 01:21 PM, Stefano Lattarini wrote: > On Tuesday 25 January 2011, Ralf Wildenhues wrote: >> * Stefano Lattarini wrote on Tue, Jan 25, 2011 at 11:02:11AM CET: >>> So, what about the attached updated patch? >> >> I have some nits, otherwise I'll let Eric approve this. >> > I agree with m

Re: parallel make and I/O of child processes

2011-01-26 Thread Stefano Lattarini
On Tuesday 25 January 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Tue, Jan 25, 2011 at 11:02:11AM CET: > > So, what about the attached updated patch? > > I have some nits, otherwise I'll let Eric approve this. > I agree with most of your nits, and I've amended the patch accordingly

Re: parallel make and I/O of child processes

2011-01-26 Thread Eric Blake
On 01/25/2011 01:54 PM, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Tue, Jan 25, 2011 at 11:02:11AM CET: >> So, what about the attached updated patch? > > I have some nits, otherwise I'll let Eric approve this. > >> Subject: [PATCH] docs: another parallel make issue >> >> * doc/autoconf

Re: parallel make and I/O of child processes

2011-01-25 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Tue, Jan 25, 2011 at 11:02:11AM CET: > So, what about the attached updated patch? I have some nits, otherwise I'll let Eric approve this. > Subject: [PATCH] docs: another parallel make issue > > * doc/autoconf.texi (Parallel Make): Document that some make > implement

Re: parallel make and I/O of child processes

2011-01-25 Thread Stefano Lattarini
On Tuesday 25 January 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Mon, Jan 24, 2011 at 11:38:28PM CET: > > Subject: [PATCH] docs: another parallel make issue > > > > * doc/autoconf.texi (Parallel Make): Document that some make > > implementations, when run in parallel mode, connect

Re: parallel make and I/O of child processes

2011-01-24 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Mon, Jan 24, 2011 at 11:38:28PM CET: > Subject: [PATCH] docs: another parallel make issue > > * doc/autoconf.texi (Parallel Make): Document that some make > implementations, when run in parallel mode, connect stdout and > stderr of child processes to pipes or temporary

Re: parallel make and I/O of child processes

2011-01-24 Thread Stefano Lattarini
Hi Eric. Thanks for the quick review. On Monday 24 January 2011, Eric Blake wrote: > [dropping automake-patches] > > On 01/24/2011 03:38 PM, Stefano Lattarini wrote: > > Hello autoconfers and automakers. > > > > In both FreeBSD and NetBSD make, when "parallel mode" is used (e.g., with > > `make

Re: parallel make and I/O of child processes

2011-01-24 Thread Eric Blake
[dropping automake-patches] On 01/24/2011 03:38 PM, Stefano Lattarini wrote: > Hello autoconfers and automakers. > > In both FreeBSD and NetBSD make, when "parallel mode" is used (e.g., with > `make -j2'), the stdout and stderr of child processes get connected to > pipes[1][2]. Similarly, in Sol

parallel make and I/O of child processes

2011-01-24 Thread Stefano Lattarini
Hello autoconfers and automakers. In both FreeBSD and NetBSD make, when "parallel mode" is used (e.g., with `make -j2'), the stdout and stderr of child processes get connected to pipes[1][2]. Similarly, in Solaris 10 dmake, the stdout and stderr of child processes get connected to temporary files