Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
change ccache dir?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Nicom
Guru
Guru


Joined: 30 Jan 2003
Posts: 380

PostPosted: Sat Jul 05, 2003 8:13 pm    Post subject: change ccache dir? Reply with quote

How would I change the ccache dir from /var/tmp/ccache or whatever the default is to /mnt/media/var/tmp/ccache ? The partition var is one doesn't have much room left, and /mnt/media has plenty.
Back to top
View user's profile Send private message
humpback
Retired Dev
Retired Dev


Joined: 19 Oct 2002
Posts: 394
Location: Coimbra - Portugal

PostPosted: Sun Jul 06, 2003 1:22 am    Post subject: Reply with quote

ln -s target_dir_with_lots of_space default_dir_with_not_so_much_space
_________________
Gustavo Felisberto
Humpback @ #gentoo-pt
------------
It's most certainly GNU/Linux, not Linux. Read more at
http://www.gnu.org/gnu/why-gnu-linux.html .
-------------
Back to top
View user's profile Send private message
phelan
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 110
Location: Zürich, Switzerland

PostPosted: Sun Jul 06, 2003 7:38 am    Post subject: Reply with quote

Create a new entry in /etc/env.d with "CCACHE_DIR=your_dir". For example:

echo CCACHE_DIR=/mnt/media/var/tmp/ccache > /etc/env.d/97ccache

Then run env-update


There is also an entry in make.conf, where you can specify the dir, but it doesn't work for me.
Back to top
View user's profile Send private message
Nicom
Guru
Guru


Joined: 30 Jan 2003
Posts: 380

PostPosted: Sun Jul 06, 2003 10:25 pm    Post subject: Reply with quote

It worked, thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum