help-make
[Top][All Lists]
Advanced

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

Re: running parallel make jobs and avoiding jumbled/garbled output?


From: Eli Zaretskii
Subject: Re: running parallel make jobs and avoiding jumbled/garbled output?
Date: Wed, 27 Feb 2008 21:07:45 +0200

> From: Per Jessen <address@hidden>
> Date: Wed, 27 Feb 2008 08:56:55 +0100
> 
> I've not yet investigated the problem, but when running with -j4, a lot
> of the jobs were simply not run or only partially done. I'm not
> entirely certain about how to track this down - your thoughts would be
> much appreciated.

Most probably, some of the dependencies are not explicitly stated in
the Makefiles, but instead rely on serial update of the targets.  You
need to find those dependencies and state them explicitly.




reply via email to

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