patch by Alec Warner to document CCACHE_DIR #65492
authorMike Frysinger <vapier@gentoo.org>
Tue, 24 Jan 2006 03:09:13 +0000 (03:09 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 24 Jan 2006 03:09:13 +0000 (03:09 -0000)
svn path=/main/trunk/; revision=2577

man/make.conf.5

index 84b8822803792020f38f1fbcc42fec7d905ae838..2ae9278b2cf202c9293d5d7eab0130eddc9ccfb7 100644 (file)
@@ -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'.