[bug #34806] target-specific variable with conditional assignment generates garbage

2011-11-11 Thread anonymous
URL: Summary: target-specific variable with conditional assignment generates garbage Project: make Submitted by: None Submitted on: Sat 12 Nov 2011 12:06:18 AM UTC Severity: 3 - Normal

Re: [rfc] Colorized output for GNU make?

2011-11-11 Thread Sebastian Pipping
Hello, the copyright assignment form reached the FSF more than a week ago. Would be great to get some more review on my patch now. I don't mind if on-list, off-list, half-half... Paul? Thanks, Sebastian ___ Bug-make mailing list Bug-make@gnu.org

Re: [bug #33034] "Makefile:23: *** mixed implicit and normal rules. Stop." for Linux kernel out of source builds

2011-11-11 Thread Paul Smith
On Thu, 2011-11-10 at 14:51 -0500, tz wrote: > On Nov 10, 2011 2:32 PM, "Paul Smith" wrote: > > On Thu, 2011-11-10 at 10:36 -0500, tz wrote: > > > > You don't need to cross-compile: you can compile natively. What you > > can't do is rely on your upstream vendor to provide you the toolchain > > yo

Re: Using shell wrapper for descrambling parallel make output

2011-11-11 Thread David Boyce
On Fri, Nov 11, 2011 at 9:26 AM, Atte Peltomäki 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 > this, the use of a buffering shell wrapper has been suggested: > > http://cmcrossroads

Using shell wrapper for descrambling parallel make output

2011-11-11 Thread Atte Peltomäki
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 this, the use of a buffering shell wrapper has been suggested: http://cmcrossroads.com/cm-basics/12838-descrambling-parallel-build-logs I liked the i