summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-24 03:09:13 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-24 03:09:13 +0000
commit3d7b9c71e677e2065f262885ace3d127e2f42c13 (patch)
tree11ad508cb0e90a23256947e39135a6b74e366685 /man
parent8548cccdb397e74b95bc021f51d53c01f5629efa (diff)
downloadportage-3d7b9c71e677e2065f262885ace3d127e2f42c13.tar.gz
portage-3d7b9c71e677e2065f262885ace3d127e2f42c13.tar.bz2
portage-3d7b9c71e677e2065f262885ace3d127e2f42c13.zip
patch by Alec Warner to document CCACHE_DIR #65492
svn path=/main/trunk/; revision=2577
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.56
1 files changed, 6 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 84b882280..2ae9278b2 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -39,6 +39,12 @@ This variable is passed by the \fIebuild scripts\fR to the \fIconfigure\fR
as \fI\-\-build=${CBUILD}\fR only if it is defined. Do not set this yourself
unless you know what you are doing.
.TP
+\fBCCACHE_DIR\fR = \fI[path]\fR
+Defines the location of the ccache working directory. See the \fBccache\fR(1)
+man page for more information.
+.br
+Defaults to ${PORTAGE_TMPDIR}/ccache
+.TP
\fBCCACHE_SIZE\fR = \fI"size"\fR
This controls the space use limitations for ccache. The default is 2 gigabytes
('2G'). Sizes are specified with 'G', 'M', or 'K'.