Re: libreadline rl_message() and building the same object file 6 times?

From: Konstantin Belousov <kostikbel_at_gmail.com>
Date: Wed, 30 Oct 2013 22:24:39 +0200
On Wed, Oct 30, 2013 at 11:19:49AM -0700, Sean Bruno wrote:
> On Wed, 2013-10-30 at 00:06 +0200, Konstantin Belousov wrote:
> > > Second, why on earth does a buildworld emit this warning 6 times?
> > Its
> > > as though bmake things it needs to compile it repeatedly, and its
> > not
> > > the only such time I've seen this across the tree.  This probably
> > means
> > > I don't know what I'm doing, but I'd like to know.
> > 
> > It is one build for bootstrap, one for native library, and one for
> > compat32.  Each build generates non-pic and pic .o, for .a and .so
> > lib.
> > Total is six. 
> 
> Thank you for the explanation.  Is there a trivial way to abort building
> all the objects or fail if one fails?  Or is this done in parallel?

This is done automatically, no ?
Bmake seems to be more advanced in this regard, e.g. my parallel
kernel builds with compilation error in some module abort whole build
immediately, comparing with fmake builds which run to the end.

Received on Wed Oct 30 2013 - 19:24:46 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:43 UTC