bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Hambridge, Philip J (ODP)
Subject: RE: [RFC]serialize the output of parallel make?
Date: Wed, 4 Aug 2010 10:33:53 +0100

I've not been following this thread too closely, but this may be
relevant:
http://www.cmcrossroads.com/ask-mr-make/12909-descrambling-parallel-buil
d-logs

One aspect to this issue is that the compiler error messages appear
'mis-aligned' against the sources. I've worked around this for one build
system I maintain by making it automatically kick off another serial
build when a parallel build completes with errors. (This is fairly easy
as GNU make gets called from a front-end script that presents a simpler
interface to developers.) That way, the end result is a build transcript
that clearly shows the errors aligned with the source.

Regards,

Philip.

-----Original Message-----
From: Chiheng Xu [mailto:address@hidden 
Sent: 30 July 2010 03:00
To: address@hidden
Subject: [RFC]serialize the output of parallel make?

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]