Bug #334817 - Make the make.conf.5 man page document the fact that
authorZac Medico <zmedico@gentoo.org>
Fri, 27 Aug 2010 21:15:32 +0000 (14:15 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 27 Aug 2010 21:15:32 +0000 (14:15 -0700)
/etc/portage/make.conf overrides /etc/make.conf.

man/make.conf.5

index 909dfad3490f96925a258b034135195573c0562c..bed88d6a765e43eb97498331a0e21f60fa420895 100644 (file)
@@ -7,12 +7,15 @@ make.conf \- custom settings for Portage
 This file contains various variables that are used by Portage.
 Portage will check the currently\-defined environment variables
 first for any settings.  If no environment settings are found,
-Portage then checks /etc/make.conf.  If no setting is found
-in make.conf, Portage checks make.globals. If no
+Portage then checks the make.conf files. Both /etc/make.conf and
+/etc/portage/make.conf are checked (if present), and settings from
+/etc/portage/make.conf will override settings from /etc/make.conf.
+If no setting is found in the make.conf files, Portage checks
+make.globals. If no
 setting is found there, the profile's default setting is grabbed
 from /etc/make.profile/make.defaults. Please note that all user
-settings should be made in the environment or in /etc/make.conf,
-which is intended to be customized by the user.
+settings should be made in the environment or in the make.conf
+files, which are intended to be customized by the user.
 .br
 Exceptions are incremental variables such as USE, CONFIG_PROTECT*,
 and ACCEPT_KEYWORDS.  Incremental variables are propagated down from