Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Aug 2005 14:15:04 +0200
From:      =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To:        Robert S <robert.spam.me.senseless@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How do I use ccache and ports?
Message-ID:  <42F5FB48.4020804@cs.tu-berlin.de>
In-Reply-To: <7093dffb050807030255a2dbdd@mail.gmail.com>
References:  <7093dffb050807030255a2dbdd@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Robert S wrote:

> A freebsd n00b question.  How do I set ports up to use ccache [...]
> Presumably I put something into /etc/make.conf.

Yes, add the following lines to /etc/make.conf

CC="/usr/local/libexec/ccache/cc"
CXX="/usr/local/libexec/ccache/c++"

Björn



-- 
Björn König (bkoenig@cs.tu-berlin.de)
student at the Technische Universität Berlin
http://bkoenig.alpha-tierchen.de/



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