svn commit: r356832 - head/lib/libc/gen

Dimitry Andric dim at FreeBSD.org
Fri Jan 17 18:55:35 UTC 2020


On 17 Jan 2020, at 16:45, Mateusz Guzik <mjg at 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 ;).

-Dimitry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 223 bytes
Desc: Message signed with OpenPGP
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20200117/1f31d81f/attachment.sig>


More information about the svn-src-all mailing list