summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-06-01 06:52:28 +0000
committerZac Medico <zmedico@gentoo.org>2006-06-01 06:52:28 +0000
commit7790e85e9da08806ebee1462e1d1fd6772903575 (patch)
tree224de7edd991196b243546d7abe08c5be5da3f75
parentFix quoting for bug 109739 (diff)
downloadportage-multirepo-7790e85e9da08806ebee1462e1d1fd6772903575.tar.gz
portage-multirepo-7790e85e9da08806ebee1462e1d1fd6772903575.tar.bz2
portage-multirepo-7790e85e9da08806ebee1462e1d1fd6772903575.zip
Document RESTRICT="confcache" and add a reference econf in the FEATURES="confcache" docs.
svn path=/main/trunk/; revision=3444
-rw-r--r--man/ebuild.53
-rw-r--r--man/make.conf.52
2 files changed, 4 insertions, 1 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 9a400355..6690c9e8 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -318,6 +318,9 @@ This should be a space delimited list of portage features to restrict.
Disable all QA checks for binaries (do not use without very good reason). See
the \fBQA CONTROL VARIABLES\fR section for more specific exemptions.
.TP
+.I confcache
+Prevent econf from using confcache.
+.TP
.I fetch
like \fImirror\fR but the files will not be fetched via \fBSRC_URI\fR either.
.TP
diff --git a/man/make.conf.5 b/man/make.conf.5
index 68623e35..34e284b6 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -135,7 +135,7 @@ ${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.
+calls via the econf helper function. See \fBebuild\fR(5) for more information.
.TP
.B collision\-protect
A QA\-feature to ensure that a package doesn't overwrite files it doesn't own.