%% Neta Bar Tal <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>          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

_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to