diff options
author | Brian Harring <ferringb@gentoo.org> | 2006-02-03 05:09:34 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2006-02-03 05:09:34 +0000 |
commit | 4bdd9b75e6363152dcc56cce375083262112d597 (patch) | |
tree | 6c98908983ab8c9c5e9ff98b990374d64da05db5 | |
parent | 4b20bbb73edd13b20629563ce3a0cb81d8acc235 (diff) | |
download | portage-4bdd9b75e6363152dcc56cce375083262112d597.tar.gz portage-4bdd9b75e6363152dcc56cce375083262112d597.tar.bz2 portage-4bdd9b75e6363152dcc56cce375083262112d597.zip |
FEATURES="confcache" addition
svn path=/main/trunk/; revision=2633
-rw-r--r-- | man/make.conf.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 82f79d9df..ee1bcb22f 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -129,6 +129,10 @@ Enable portage support for the ccache package. If the ccache dir is not present in the user's environment, then portage will default to ${PORTAGE_TMPDIR}/ccache (with \fIuserpriv\fR) and to /root/.ccache otherwise. .TP +.B confcache +Enable confcache support; global configure caching, speeds up autotool based configure +calls. +.TP .B collision\-protect A QA\-feature to ensure that a package doesn't overwrite files it doesn't own. .TP |