On Thursday 27 January 2005 18:54, Neil Bothwick wrote:
> On Thu, 27 Jan 2005 18:48:19 +0000, Paul Worrall wrote:
> > > Set CCACHE_DIR in /etc/make.conf
> >
> > Why, and to what? Is there something wrong with it being in
> > /var/tmp/ccache ?
>
> To whatever you want. the default for portage is
> $PORTAGE_TMPDIR/portage/.ccache not the global default, but you can put it
> where you want.
From /usr/lib/portage/pym/portage.py:
if (not mysettings.has_key("CCACHE_DIR")) or (mysettings["CCACHE_DIR"]==""):
mysettings["CCACHE_DIR"]=mysettings["PORTAGE_TMPDIR"]+"/ccache"
so the default is $PORTAGE_TMPDIR/ccache, i.e. with a default
setup /var/tmp/ccache
--
Paul
--
[email protected] mailing list