libreadline rl_message() and building the same object file 6 times?
Konstantin Belousov
kostikbel at gmail.com
Tue Oct 29 22:06:27 UTC 2013
On Tue, Oct 29, 2013 at 01:51:09PM -0700, Sean Bruno wrote:
> I *think* its safe to change this invocation of rl_message to omit the
> third argument, but I'm not 100%.
>
> 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20131030/f9a537be/attachment.sig>
More information about the freebsd-current
mailing list