Gentoo Archives: gentoo-user

From: Nagatoro <nagatoro@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ccache disabled
Date: Tue, 15 Nov 2005 14:57:41
Message-Id: 4379F589.4000100@gmail.com
In Reply to: [gentoo-user] ccache disabled by Roger Mason
1 Roger Mason wrote:
2 > Hello,
3 >
4 > I have installed ccache and followed the instructions in the official
5 > documentation to set it up. Specifically I have this in my
6 > /etc/make.conf:
7 >
8 > MAKEOPTS="-j6"
9 > FEATURES="ccache"
10 > # Probably not required but...
11 > CCACHE_DIR="/var/tmp/ccache"
12 > CCACHE_SIZE="2G"
13 > FEATURES="distcc"
14 > DISTCC_DIR="/var/tmp/portage/.distcc"
15
16 Try and put the FEATURES lines into one.
17
18 FEATURES="ccache distcc"
19
20 otherwise the last will cancel all others.
21
22 --
23 Naga
24 --
25 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] emerge bugzilla compile error ivar@××××××.no
Re: [gentoo-user] ccache disabled Roger Mason <rmason@×××××××.ca>