Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2005 06:11:20 -0500
From:      Nicolas Blais <nb_root@videotron.ca>
To:        freebsd-current@freebsd.org
Cc:        Steve Hodgson <steve@acidy.com>
Subject:   Re: can't compile -CURRENT since 2 days ago
Message-ID:  <200511150611.31743.nb_root@videotron.ca>
In-Reply-To: <4379BCEB.6030806@acidy.com>
References:  <200511141702.45491.nb_root@videotron.ca> <200511150542.34910.nb_root@videotron.ca> <4379BCEB.6030806@acidy.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart1234125.OtnZkKz7E2
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

> Well, if ccache was clever enough to support kernel builds then it would
> be ok. But since I've never managed to get it to work reliably I use:
>
> .if ${.CURDIR:M/usr/src*} || ${.CURDIR:M/usr/obj*}
> CC=3Dcc
> CXX=3Dc++
> .else
> .if defined(NOCCACHE)
> CC=3D/usr/bin/cc
> CXX=3D/usr/bin/c++
> .else
> CC=3Dcc
> CXX=3Dc++
> .endif
> .endif
>
> Not sure if it is ccache itself or the make.conf example that is wrong.

Thanks, I'm replacing my make.conf with that.

Nicolas.
=2D-=20
=46reeBSD 7.0-CURRENT #1: Tue Nov 15 05:57:05 EST 2005    =20
root@clk01a:/usr/obj/usr/src/sys/CLK01A=20
PGP? : http://www.clkroot.net/security/nb_root.asc

--nextPart1234125.OtnZkKz7E2
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQBDecJjz38ton5LGeIRAgHAAKCDXQU4GLH+UKpValCLQaQOqP173wCbBpDN
eUYs9ISiGV6bOvHSOwCICD0=
=tZrw
-----END PGP SIGNATURE-----

--nextPart1234125.OtnZkKz7E2--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511150611.31743.nb_root>