On Fri, Jan 17, 2020 at 11:55 AM Dimitry Andric <d...@freebsd.org> wrote:

> On 17 Jan 2020, at 16:45, Mateusz Guzik <m...@freebsd.org> wrote:
> >
> > Author: mjg
> > Date: Fri Jan 17 15:45:39 2020
> > New Revision: 356832
> > URL: https://svnweb.freebsd.org/changeset/base/356832
> >
> > Log:
> >  libc: fix build after r356830
> >
> >  Apparently building with 'cd lib/libc; make all install' is not the same
> >  as buildworld.
>
> Definitely not, indeed.  Such a plain make will use your system's
> headers for inclusion, not those in /usr/src.  Only use this when you
> are certain those headers are up-to-date (or up-to-date enough ;).
>

Generally, one can do

% cd lib/libc; make buildenv
$ make all install
to get this functionality.

Warner
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to