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: Chiheng Xu
Subject: Re: [RFC]serialize the output of parallel make?
Date: Fri, 30 Jul 2010 17:55:54 +0800

On Fri, Jul 30, 2010 at 5:35 PM, Eli Zaretskii <address@hidden> wrote:
>
> I asked for an example.  Could you please show a "messy" output and
> the output you'd like to have after "serialization"?
>
> TIA
>

serially make : execute  A, B, C programs, they print:

A:  Hello, I'm A, I am from Earth.
B:  The moon is my home.
C:  Welcome to Mars, It's an amazing planet.

parallely make : the output of A, B, C programs interleave :

C:  Welcome to
B:  The moon is my
A:  Hello, I'm A, I am from Earth.home.Mars, It's an amazing planet.




-- 
Chiheng Xu
Wuhan,China



reply via email to

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