bug-make
[Top][All Lists]
Advanced

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

Re: problem found


From: Paul D. Smith
Subject: Re: problem found
Date: Sun, 29 Apr 2001 10:31:38 -0400

%% Neta Bar Tal <address@hidden> writes:

  nbt> when i use GNU make with the -j flag, all the output of the process
  nbt> (compiling in parallel) is mixed together,
  nbt> what can I do in order to avoid this situation (maybe I should flush the
  nbt> buffers in each child process, but I don't know where
  nbt> to change it).

There is no way you can solve this problem (easily).

The only way it could be solved would be if make itself collected the
output of each program it invoked, then printed it all at once.

And, this would not even solve the problem of multiple instances of make
(say, in different subdirectories) running in parallel.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist



reply via email to

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