Re: [RFC]serialize the output of parallel make?

2010-07-29 Thread Chiheng Xu
On Fri, Jul 30, 2010 at 1:26 PM, Paul Smith wrote: > On Fri, 2010-07-30 at 09:59 +0800, Chiheng Xu wrote: >> As parallel make are becoming more and more popular,  can make >> serialize the output of parallel make? >> >> Make can redirect every parallelly issued shell's output to an >> temporary fi

Re: [RFC]serialize the output of parallel make?

2010-07-29 Thread Howard Chu
Paul Smith wrote: On Fri, 2010-07-30 at 09:59 +0800, Chiheng Xu wrote: As parallel make are becoming more and more popular, can make serialize the output of parallel make? Make can redirect every parallelly issued shell's output to an temporary file, and output the stored output serially, as

Re: [RFC]serialize the output of parallel make?

2010-07-29 Thread Paul Smith
On Fri, 2010-07-30 at 09:59 +0800, Chiheng Xu wrote: > As parallel make are becoming more and more popular, can make > serialize the output of parallel make? > > Make can redirect every parallelly issued shell's output to an > temporary file, and output the stored output serially, as if in a > s

Re: insufficient debug info from gnu-make

2010-07-29 Thread Paul Smith
On Thu, 2010-07-29 at 21:09 -0700, Peter Lawrence wrote: > make[3]: *** No rule to make target `real-install-headers-tar'. Stop. This is printed when you've invoked make and the target you asked for on the command line cannot be created (for example you ran "make foo" but the makefile has no targ

insufficient debug info from gnu-make

2010-07-29 Thread Peter Lawrence
Sirs, in trying to debug a failing gcc build, it seems that the real trouble is that there doesn't seem to be any easy way to figure out what directory/file[line number] a make command comes from, for example I see as output: make[3]: *** No rule to make target `real-install-heade

[RFC]serialize the output of parallel make?

2010-07-29 Thread Chiheng Xu
As parallel make are becoming more and more popular, can make serialize the output of parallel make? Make can redirect every parallelly issued shell's output to an temporary file, and output the stored output serially, as if in a serial make. -- Chiheng Xu Wuhan,China