Document RESTRICT="confcache" and add a reference econf in the FEATURES="confcache...
authorZac Medico <zmedico@gentoo.org>
Thu, 1 Jun 2006 06:52:28 +0000 (06:52 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 1 Jun 2006 06:52:28 +0000 (06:52 -0000)
svn path=/main/trunk/; revision=3444

man/ebuild.5
man/make.conf.5

index 9a4003559bb7d147abb69b2bf75aa819e500f66b..6690c9e885794fca10ac92b15c7aaa9c620db47d 100644 (file)
@@ -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
index 68623e3578736eeaaadade405f6b207f6cbcc309..34e284b6b2db1ed68eae8e7623571e85f41d7598 100644 (file)
@@ -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.