diff options
author | 2012-09-17 01:45:38 +0000 | |
---|---|---|
committer | 2012-09-17 01:45:38 +0000 | |
commit | 17f0c502b54b97b9630c9249523117132c2a2e99 (patch) | |
tree | 326669d6cb437e04d8f174b2826f8df282e0415b /config | |
parent | Update tools and config files for skimmer. (diff) | |
download | releng-17f0c502b54b97b9630c9249523117132c2a2e99.tar.gz releng-17f0c502b54b97b9630c9249523117132c2a2e99.tar.bz2 releng-17f0c502b54b97b9630c9249523117132c2a2e99.zip |
Drop ccache from config.
Diffstat (limited to 'config')
-rw-r--r-- | config/amd64-auto.conf | 2 | ||||
-rw-r--r-- | config/x86-auto.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf index ede7ef6c..93e968ea 100644 --- a/config/amd64-auto.conf +++ b/config/amd64-auto.conf @@ -1,6 +1,6 @@ distdir="/usr/portage/distfiles" portdir="/release/trees/portage-auto" -options="autoresume ccache kerncache pkgcache seedcache snapcache" +options="autoresume kerncache pkgcache seedcache snapcache" sharedir="/usr/lib64/catalyst/" storedir="/release/buildroot/amd64-dev" envscript="/etc/catalyst/release/amd64-dev.env" diff --git a/config/x86-auto.conf b/config/x86-auto.conf index d999c047..5067b658 100644 --- a/config/x86-auto.conf +++ b/config/x86-auto.conf @@ -1,6 +1,6 @@ distdir="/usr/portage/distfiles" portdir="/release/trees/portage-auto" -options="autoresume ccache kerncache pkgcache seedcache snapcache" +options="autoresume kerncache pkgcache seedcache snapcache" sharedir="/usr/lib64/catalyst/" storedir="/release/buildroot/x86-dev" envscript="/etc/catalyst/release/x86-dev.env" |