diff options
-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 26c5c997e..aaccac04d 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. |