diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-11 17:47:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-11 17:47:26 +0000 |
commit | 3f7838da7e9f74fd3c17bafcfd322808cc75ec9d (patch) | |
tree | 1a8a9ba8b203cf5299a3043a2dad8137eb9cddec | |
parent | 9015346b18958f160b409ae6b561ad36ff83565e (diff) | |
download | portage-3f7838da7e9f74fd3c17bafcfd322808cc75ec9d.tar.gz portage-3f7838da7e9f74fd3c17bafcfd322808cc75ec9d.tar.bz2 portage-3f7838da7e9f74fd3c17bafcfd322808cc75ec9d.zip |
default CCACHE_DIR doesnt use PORTAGE_TMPDIR, it just happens to also reside there by default
svn path=/main/trunk/; revision=2851
-rw-r--r-- | man/make.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index b3e1013de..8a56dbea2 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -43,7 +43,7 @@ unless you know what you are doing. Defines the location of the ccache working directory. See the \fBccache\fR(1) man page for more information. .br -Defaults to ${PORTAGE_TMPDIR}/ccache +Defaults to /var/tmp/ccache .TP \fBCCACHE_SIZE\fR = \fI"size"\fR This controls the space use limitations for ccache. The default is 2 gigabytes |