Date: Fri, 17 Jan 2020 19:55:18 +0100 From: Dimitry Andric <dim@FreeBSD.org> To: Mateusz Guzik <mjg@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head@freebsd.org Subject: Re: svn commit: r356832 - head/lib/libc/gen Message-ID: <75C1E5B4-41B3-4C97-9794-1D684884A0E5@FreeBSD.org> In-Reply-To: <202001171545.00HFjdMw003501@repo.freebsd.org> References: <202001171545.00HFjdMw003501@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_8AC41FC6-9A1F-4A96-9FB1-4B946D1EB823 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 17 Jan 2020, at 16:45, Mateusz Guzik <mjg@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 --Apple-Mail=_8AC41FC6-9A1F-4A96-9FB1-4B946D1EB823 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCXiIDFgAKCRCwXqMKLiCW o6FQAJ9QfiyUJSycS04ZQne1yGHulrxHvQCg8+nCN9fv9qnvRN54nPMwvdkPxVY= =TBKG -----END PGP SIGNATURE----- --Apple-Mail=_8AC41FC6-9A1F-4A96-9FB1-4B946D1EB823--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?75C1E5B4-41B3-4C97-9794-1D684884A0E5>