summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSebastian Luther <SebastianLuther@gmx.de>2010-07-12 12:40:00 -0700
committerZac Medico <zmedico@gentoo.org>2010-07-12 15:08:42 -0700
commite8cc36816634b0bfb22142941dbf579960343c99 (patch)
treecaed66597c678be040f7951466383495ed2a1294 /man
parentrepoman: don't complain about stray Manifests. (diff)
downloadportage-multirepo-e8cc36816634b0bfb22142941dbf579960343c99.tar.gz
portage-multirepo-e8cc36816634b0bfb22142941dbf579960343c99.tar.bz2
portage-multirepo-e8cc36816634b0bfb22142941dbf579960343c99.zip
warn that ccache can trigger compilation failure
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.55
1 files changed, 4 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 4a5db0da..236cbeeb 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -185,7 +185,7 @@ If it is set to any value pauses are ignored.
Contains additional options that \fBeconf\fR will append to configure
script arguments (see \fBebuild\fR(5)).
.TP
-\fBFEATURES\fR = \fI"sandbox ccache"\fR
+\fBFEATURES\fR = \fI"sandbox"\fR
Defines actions portage takes by default. This is an incremental variable.
Most of these settings are for developer use, but some are available to
non-developers as well. The \fBsandbox\fR feature is very important and
@@ -215,6 +215,9 @@ Build binary packages for just packages in the system set.
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.
+
+\fBWarning\fR: This feature is known to cause compilation
+failure and is not recommended for general use.
.TP
.B collision\-protect
A QA\-feature to ensure that a package doesn't overwrite files it doesn't own.