Mailing List Archive

~/.ccache dir
Suddenly, I have discovered ~/.ccache dir with size ~1.4GB. I'm not sure
I'm happy to use ~/ for ccache at all. Is there gentoo official way to
configure this ccache dir path? Ok, I see, I can use softlink as last
opportunity :-)

Thanks in advance,
Andrew

--
gentoo-user@gentoo.org mailing list
Re: ~/.ccache dir [ In reply to ]
Andrew Gaydenko wrote:
> Suddenly, I have discovered ~/.ccache dir with size ~1.4GB. I'm not sure
> I'm happy to use ~/ for ccache at all. Is there gentoo official way to
> configure this ccache dir path? Ok, I see, I can use softlink as last
> opportunity :-)

In man ccache, you can find that you can control the location
by setting the environment variable "CCACHE_DIR". Because of that,
I set in my /etc/make.conf:

FEATURES="ccache"
CCACHE_DIR="/ccache"


--
gentoo-user@gentoo.org mailing list