diff options
-rw-r--r-- | cnf/make.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index a46c69d..882bd9d 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.70 2004/01/12 07:34:38 carpaski Exp $ +# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/cnf/make.conf,v 1.71 2004/03/13 13:35:58 genone Exp $ # Please review 'man make.conf' for more information. @@ -283,7 +283,7 @@ CHOST="i686-pc-linux-gnu" #CCACHE_SIZE="2G" # # DISTCC_DIR sets the temporary space used by distcc. -#DISTCC_DIR="${PORT_TMPDIR}/.distcc" +#DISTCC_DIR="${PORTAGE_TMPDIR}/.distcc" # # RSYNC_EXCLUDEFROM is a file that portage will pass to rsync when it updates # the portage tree. Specific chucks of the tree may be excluded from |