From 8f2ea67d52a1634fcec00e9cc8c6cd6971e860e5 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 4 Mar 2012 18:29:43 +0100 Subject: [PATCH] [armv7l,intel] move CCACHE_DIR to /var/ccache since /var/tmp is tmpfs --- conf/armv7l/portage/make.conf.hardfp | 1 + conf/armv7l/portage/make.conf.softfp | 1 + conf/intel/portage/make.conf.amd64 | 1 + conf/intel/portage/make.conf.x86 | 1 + 4 files changed, 4 insertions(+) diff --git a/conf/armv7l/portage/make.conf.hardfp b/conf/armv7l/portage/make.conf.hardfp index 8b1e634..ef1e8b4 100644 --- a/conf/armv7l/portage/make.conf.hardfp +++ b/conf/armv7l/portage/make.conf.hardfp @@ -13,6 +13,7 @@ ACCEPT_KEYWORDS="~arm arm" FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug" MAKEOPTS="-j16 -s" CCACHE_SIZE="50G" +CCACHE_DIR="/var/ccache" # Global USE flags USE="alsa cpudetection dbus flac goom joystick mp3 theora threads truetype xvid vorbis vorbis" diff --git a/conf/armv7l/portage/make.conf.softfp b/conf/armv7l/portage/make.conf.softfp index e03bbba..69380ab 100644 --- a/conf/armv7l/portage/make.conf.softfp +++ b/conf/armv7l/portage/make.conf.softfp @@ -13,6 +13,7 @@ ACCEPT_KEYWORDS="~arm arm" FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug" MAKEOPTS="-j16 -s" CCACHE_SIZE="50G" +CCACHE_DIR="/var/ccache" # Global USE flags USE="alsa cpudetection dbus flac goom joystick mp3 theora threads truetype xvid vorbis vorbis" diff --git a/conf/intel/portage/make.conf.amd64 b/conf/intel/portage/make.conf.amd64 index 923523e..650e18e 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -13,6 +13,7 @@ MAKEOPTS="-j16 -s" ACCEPT_KEYWORDS="~amd64" FEATURES="ccache parallel-fetch protect-owned splitdebug" CCACHE_SIZE="50G" +CCACHE_DIR="/var/ccache" LINGUAS="en en_US af ar az bg bn br bs ca cs cy da de el en_GB eo es et eu fa fi fr fy ga gl he hi hr hu is it ja kk km ko lt lv mk mn ms nb nds nl nn pa pl pt pt_BR ro ru rw se sk sl sr sr@Latn ss sv ta tg tr uk uz vi zh_CN zh_TW es_AR es_ES fy_NL ga_IE gu gu_IN nb_NO nn_NO pt_PT sv_SE zh" diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86 index 89bf294..efceeb0 100644 --- a/conf/intel/portage/make.conf.x86 +++ b/conf/intel/portage/make.conf.x86 @@ -13,6 +13,7 @@ MAKEOPTS="-j16 -s" FEATURES="ccache parallel-fetch protect-owned splitdebug" ACCEPT_KEYWORDS="~x86" CCACHE_SIZE="50G" +CCACHE_DIR="/var/ccache" LINGUAS="en en_US af ar az bg bn br bs ca cs cy da de el en_GB eo es et eu fa fi fr fy ga gl he hi hr hu is it ja kk km ko lt lv mk mn ms nb nds nl nn pa pl pt pt_BR ro ru rw se sk sl sr sr@Latn ss sv ta tg tr uk uz vi zh_CN zh_TW es_AR es_ES fy_NL ga_IE gu gu_IN nb_NO nn_NO pt_PT sv_SE zh"