On Thu, Sep 12, 2019 at 11:53:38AM -0600, Ian Lepore wrote:
> On Thu, 2019-09-12 at 15:46 +0000, Baptiste Daroussin wrote:
> > Author: bapt
> > Date: Thu Sep 12 15:46:58 2019
> > New Revision: 352248
> > URL: https://svnweb.freebsd.org/changeset/base/352248
> > 
> > Log:
> >   Get the readline header from the installed header instead of the from the 
> > source
> >   location.
> >   
> 
> How can this possibly be right?  One of the hallmarks of our build
> system is that it is self-contained in the sense that it uses the
> sources to build the sources, not sources or files from the host
> machine being used to do the build.
> 
This is the regular mechanism to find things that are generated or installed
during make build world.

This is for example used in gnu grep for the same purpose, but also the rpc.*
ofed and way more.

This does not break at all the self contained nature of the buildworld!

What it does is always find the headers in the right place after the
install-include early phase of buildworld.

Best regards,
Bapt

Attachment: signature.asc
Description: PGP signature

Reply via email to