can't compile -CURRENT since 2 days ago

Nicolas Blais nb_root at videotron.ca
Tue Nov 15 03:11:33 PST 2005


> 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 at clk01a:/usr/obj/usr/src/sys/CLK01A 
PGP? : http://www.clkroot.net/security/nb_root.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20051115/5bb918e5/attachment.bin


More information about the freebsd-current mailing list