For bug #186639, add more clarification about the relationship between /etc/make...
authorZac Medico <zmedico@gentoo.org>
Fri, 27 Jul 2007 23:17:54 +0000 (23:17 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 27 Jul 2007 23:17:54 +0000 (23:17 -0000)
svn path=/main/branches/2.1.2/; revision=7412

man/portage.5

index c80c4ceac2d571f9314bb97449cda3c6c5728447..5d7e34de7a06b1ca63221ae3c18067d622230743 100644 (file)
@@ -22,11 +22,13 @@ make.globals
 .fi
 .TP
 .BR /etc/make.profile/
+site\-specific overrides go in \fB/etc/portage/profile/\fR
 .nf
 deprecated
 make.defaults
 packages
 packages.build
+package.mask
 package.provided
 package.use
 package.use.force
@@ -127,9 +129,9 @@ may easily be updated/regenerated by running `emerge \-\-sync`.  It defines
 what a profile is (usually arch specific stuff).  If you need a custom 
 profile, then you should make your own \fB/etc/make.profile/\fR 
 directory and populate it.  However, if you just wish to override some 
-settings, do NOT edit these files because they WILL be lost with the 
-next `emerge \-\-sync`.  See the section below on \fB/etc/portage/\fR for 
-overriding.
+settings, use \fB/etc/portage/profile/\fR. Do NOT edit the settings in
+\fB/etc/make.profile/\fR because they WILL be lost with the next
+`emerge \-\-sync`.
 .RS
 .TP
 .BR deprecated