Re: [PATCH]: Continuing touching files after an error

2011-12-10 Thread Atte Peltomäki
On Sat, Dec 10, 2011 at 12:17:14PM -0500, Paul Smith wrote: On Wed, 2011-12-07 at 16:04 +0200, Atte Peltomäki wrote: Hello, here's a small fix for a corner case I happened to run into. Scenario: Run 'make -t' on an incomplete tree, where a dependency file

[PATCH]: Continuing touching files after an error

2011-12-07 Thread Atte Peltomäki
dependency. Doesn't work, it still exits early. Fix: Patch attached. -- Atte Peltomäki atte.peltom...@iki.fi http://kameli.org Your effort to remain what you are is what limits you --- make-3.82.orig/remake.c 2010-07-13 04:20:42.0 +0300 +++ make-3.82/remake.c 2011-12-01 12:21

Re: Using shell wrapper for descrambling parallel make output

2011-11-14 Thread Atte Peltomäki
On Fri, Nov 11, 2011 at 10:24:25AM -0500, David Boyce wrote: On Fri, Nov 11, 2011 at 9:26 AM, Atte Peltomäki atte.peltom...@iki.fi wrote: Hi, As you know, running parallel builds with '-jX' makes the shell output difficult to read, since output from parallel jobs are mixed. To remedy

Re: Using shell wrapper for descrambling parallel make output

2011-11-14 Thread Atte Peltomäki
On Mon, Nov 14, 2011 at 11:46:32AM -0500, David Boyce wrote: On Mon, Nov 14, 2011 at 4:29 AM, Atte Peltomäki atte.peltom...@iki.fi wrote: Nice work. Your implementation seems much more refined than mine. Only one thing catches my attention; your version doesn't seem to properly preserve

Using shell wrapper for descrambling parallel make output

2011-11-11 Thread Atte Peltomäki
this patch for 3.82 which fixes a nasty memory leak/corruption: http://savannah.gnu.org/bugs/download.php?file_id=23275 If I have time and interest, I will look into implementing the wrapper functionality into make itself. Don't hold your breath, though. -- Atte Peltomäki atte.peltom