diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-05-16 19:54:10 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-05-16 19:54:10 +0000 |
commit | 852a7e9db646c6437a8bfc85b923bd2eb8bbdfe8 (patch) | |
tree | 8f64b3dba7a6bb836d02ce7073a2a7e2c5f7b487 /cnf/make.conf | |
parent | Add + to the --changelog regex so that dvd+rw-tools works for bug #133288. (diff) | |
download | portage-idfetch-852a7e9db646c6437a8bfc85b923bd2eb8bbdfe8.tar.gz portage-idfetch-852a7e9db646c6437a8bfc85b923bd2eb8bbdfe8.tar.bz2 portage-idfetch-852a7e9db646c6437a8bfc85b923bd2eb8bbdfe8.zip |
Add a warning message for AUTOCLEAN="no". Thanks to jakub for reporting.
svn path=/main/trunk/; revision=3364
Diffstat (limited to 'cnf/make.conf')
-rw-r--r-- | cnf/make.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index 26c5c997..aaccac04 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -209,6 +209,9 @@ # packages from the system after every successful merge. This is the # same as running 'emerge -c' after every merge. Set with: "yes" or "no". # This does not affect the unpacked source. See 'noclean' below. +# +# Warning: AUTOCLEAN="no" can cause serious problems due to overlapping +# packages. Do not use it unless absolutely necessary! #AUTOCLEAN="yes" # # PORTAGE_TMPFS is a location where portage may create temporary files. |