diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-05-11 19:37:31 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-05-11 19:37:31 +0000 |
commit | df5745f410c6e8f21d40133724a6748ba76afab5 (patch) | |
tree | d84941e7b7d84103d907502473e8ae5b5213fed7 | |
parent | 4991e6b76600663c0f09615ec93797a4b389317b (diff) | |
download | portage-df5745f410c6e8f21d40133724a6748ba76afab5.tar.gz portage-df5745f410c6e8f21d40133724a6748ba76afab5.tar.bz2 portage-df5745f410c6e8f21d40133724a6748ba76afab5.zip |
Add back the warning for DISTDIR about storing stuff inside PORTDIR.
svn path=/main/trunk/; revision=10291
-rw-r--r-- | cnf/make.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index 50746a8ab..312d2fc5e 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -91,7 +91,9 @@ # all files from this directory since they will be automatically # fetched on demand for a given build. If you would like to # selectively prune obsolete files from this directory, see -# eclean from the gentoolkit package. +# eclean from the gentoolkit package. Note that locations under +# /usr/portage are not necessarily safe for data storage. See the +# PORTDIR documentation for more information. #DISTDIR=/usr/portage/distfiles # # PKGDIR is the location of binary packages that you can have created |