svn commit: r275909 - head
Garrett Cooper
yaneurabeya at gmail.com
Thu Dec 18 18:31:20 UTC 2014
On Dec 18, 2014, at 10:26, Garrett Cooper <ngie at FreeBSD.org> wrote:
> Author: ngie
> Date: Thu Dec 18 18:26:10 2014
> New Revision: 275909
> URL: https://svnweb.freebsd.org/changeset/base/275909
>
> Log:
> Don't build full clang toolchain or clang extras in stages 1-3 of buildworld
…
> # cross-tools stage
> XMAKE= TOOLS_PREFIX=${WORLDTMP} ${BMAKE} \
> @@ -1478,7 +1481,8 @@ NXBMAKE= ${NXBENV} ${MAKE} \
> MK_HTML=no MK_INFO=no NO_LINT=yes MK_MAN=no \
> -DNO_PIC MK_PROFILE=no -DNO_SHARED \
> -DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
> - MK_CLANG_FULL=no MK_LLDB=no
> + MK_CLANG_EXTRAS=no MK_CLANG_FULL=no \
> + MK_DEBUG_FILES=no MK_LLDB=no
Before anyone else comments … I already fixed removed MK_DEBUG_FILES=no being added to NXBMAKE in r275910.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20141218/d897aeec/attachment.sig>
More information about the svn-src-head
mailing list