Date: Wed, 27 Jun 2018 21:35:26 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: Bryan Drewery <bdrewery@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r335733 - in head: bin/csh gnu/usr.bin/cc/cc1 gnu/usr.bin/cc/cc1plus gnu/usr.bin/cc/cc_tools lib/libmagic lib/libpam/static_libpam lib/ncurses/ncurses share/syscons/scrnmaps stand/mips/... Message-ID: <1903115A-F018-4075-961A-65689595FBEE@FreeBSD.org> In-Reply-To: <201806271929.w5RJTGwa049250@repo.freebsd.org> References: <201806271929.w5RJTGwa049250@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_DFC2ED8D-CAB8-421B-AABD-026A2ED1501A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 27 Jun 2018, at 21:29, Bryan Drewery <bdrewery@FreeBSD.org> wrote: >=20 > Author: bdrewery > Date: Wed Jun 27 19:29:15 2018 > New Revision: 335733 > URL: https://svnweb.freebsd.org/changeset/base/335733 >=20 > Log: > Don't use CCACHE for linking. >=20 > MFC after: 2 weeks > Sponsored by: Dell EMC >=20 > Modified: > head/bin/csh/Makefile > head/gnu/usr.bin/cc/cc1/Makefile > head/gnu/usr.bin/cc/cc1plus/Makefile > head/gnu/usr.bin/cc/cc_tools/Makefile > head/lib/libmagic/Makefile > head/lib/libpam/static_libpam/Makefile > head/lib/ncurses/ncurses/Makefile > head/share/syscons/scrnmaps/Makefile > head/stand/mips/beri/boot2/Makefile > head/usr.bin/vi/catalog/Makefile >=20 > Modified: head/bin/csh/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/bin/csh/Makefile Wed Jun 27 19:28:37 2018 = (r335732) > +++ head/bin/csh/Makefile Wed Jun 27 19:29:15 2018 = (r335733) > @@ -113,7 +113,7 @@ build-tools: gethost >=20 > gethost: gethost.c sh.err.h tc.const.h sh.h ${BUILD_TOOLS_META} > @rm -f ${.TARGET} > - ${CC} -o gethost ${LDFLAGS} ${CFLAGS:C/-DHAVE_ICONV//} \ > + ${CC:N${CCACHE_BIN}} -o gethost ${LDFLAGS} = ${CFLAGS:C/-DHAVE_ICONV//} \ > ${TCSHDIR}/gethost.c Looks like a good candidate for a common macro, say CC_NOCACHE, CC_REAL or something like that? :) -Dimitry --Apple-Mail=_DFC2ED8D-CAB8-421B-AABD-026A2ED1501A 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 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCWzPm/gAKCRCwXqMKLiCW oyI2AJ4zdHuqthwyNtKJbIooTKO0wVe5dwCdGF8rZN0lS/zdQZ46p+jBYa/5Da4= =Jr1u -----END PGP SIGNATURE----- --Apple-Mail=_DFC2ED8D-CAB8-421B-AABD-026A2ED1501A--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1903115A-F018-4075-961A-65689595FBEE>