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
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
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
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
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
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