diff options
author | Brian Harring <ferringb@gentoo.org> | 2006-02-03 05:12:03 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2006-02-03 05:12:03 +0000 |
commit | fa0913a3edee4b7e30a968a195c4e75d296f078a (patch) | |
tree | 54646bdea23e5922c8fc8e62dc3fec1a22a0a74d | |
parent | 4bdd9b75e6363152dcc56cce375083262112d597 (diff) | |
download | portage-fa0913a3edee4b7e30a968a195c4e75d296f078a.tar.gz portage-fa0913a3edee4b7e30a968a195c4e75d296f078a.tar.bz2 portage-fa0913a3edee4b7e30a968a195c4e75d296f078a.zip |
confcache make.conf example...
svn path=/main/trunk/; revision=2634
-rw-r--r-- | cnf/make.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index 9c23f09d0..0e9388fe0 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -265,6 +265,8 @@ CHOST="i686-pc-linux-gnu" # 'buildpkg' causes binary packages to be created of all packages that # are being merged. # 'ccache' enables ccache support via CC. +# 'confcache' enable confcache support; speeds up autotool based configure +# calls # 'collision-protect' # prevents packages from overwriting files that are owned by # another package or by no package at all. |