aboutsummaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorNicholas Jones <carpaski@gentoo.org>2003-08-16 07:28:22 +0000
committerNicholas Jones <carpaski@gentoo.org>2003-08-16 07:28:22 +0000
commit68a2f18f14b6af9760b6f5749f79a6d18835b459 (patch)
tree37ec4a1f5e36935d65971eedc2fd9007ff9b4242 /cnf
parentQuick updates, userpriv fix. (diff)
downloadportage-cvs-68a2f18f14b6af9760b6f5749f79a6d18835b459.tar.gz
portage-cvs-68a2f18f14b6af9760b6f5749f79a6d18835b459.tar.bz2
portage-cvs-68a2f18f14b6af9760b6f5749f79a6d18835b459.zip
General fixes.
portage-2.0.49_pre18
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index aa428ab..a9ae53b 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -1,6 +1,6 @@
# Copyright 2000-2003 Daniel Robbins, Gentoo Technologies, Inc.
# Contains local system settings for Portage system
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/cnf/make.conf,v 1.65 2003/07/16 12:59:18 carpaski Exp $
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/cnf/make.conf,v 1.66 2003/08/16 07:28:22 carpaski Exp $
# Please review 'man make.conf' for more information.
@@ -267,7 +267,8 @@ CHOST="i686-pc-linux-gnu"
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
# 2G, and will be set if not defined otherwise and ccache is in features.
# Portage will set the default ccache dir if it is not present in the
-# user's environment: ${PORTAGE_TMPDIR}/ccache (/var/tmp/ccache).
+# user's environment, for userpriv it sets: ${PORTAGE_TMPDIR}/ccache
+# (/var/tmp/ccache), and for regular use the default is /root/.ccache.
# Sizes are specified with 'G' 'M' or 'K'.
# '4G' for 4 gigabytes, '4096M' for 4 gigabytes, etc... Default is 2G
#CCACHE_SIZE="2G"