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

[-- Attachment #1 --]
> 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=cc
> CXX=c++
> .else
> .if defined(NOCCACHE)
> CC=/usr/bin/cc
> CXX=/usr/bin/c++
> .else
> CC=cc
> CXX=c++
> .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.
-- 
FreeBSD 7.0-CURRENT #1: Tue Nov 15 05:57:05 EST 2005     
root@clk01a:/usr/obj/usr/src/sys/CLK01A 
PGP? : http://www.clkroot.net/security/nb_root.asc

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

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

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