summaryrefslogtreecommitdiffstats
path: root/man/ebuild.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-19 18:42:24 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-19 18:42:24 -0700
commit59d49a224ea5d008ce9eb2cdd312e3f46870fa4b (patch)
tree5c67e5b4de50ca2d11c6fefca2e3fc614b2a6c2a /man/ebuild.5
parent72c0773f386df7e99e94bac877cb1c60db58833b (diff)
downloadportage-59d49a224ea5d008ce9eb2cdd312e3f46870fa4b.tar.gz
portage-59d49a224ea5d008ce9eb2cdd312e3f46870fa4b.tar.bz2
portage-59d49a224ea5d008ce9eb2cdd312e3f46870fa4b.zip
Update docs, comments, and messages to refer to make.globals in
/usr/share/portage/config/ instead of /etc/make.globals.
Diffstat (limited to 'man/ebuild.5')
-rw-r--r--man/ebuild.54
1 files changed, 2 insertions, 2 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 1fcc383ee..8fa32e23f 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -811,7 +811,7 @@ variable which is disregarded for prior \fBEAPI\fR values.
.TP
\fBemake\fR \fI[make options]\fR
This is used as a replacement for make. Performs 'make ${MAKEOPTS}
-\fImake options\fR' (as set in /etc/make.globals), default is MAKEOPTS="\-j2".
+\fImake options\fR' (as set in make.globals), default is MAKEOPTS="\-j2".
\fB***warning***\fR
.br
@@ -1101,7 +1101,7 @@ The helper apps in \fI/usr/lib/portage/bin\fR.
.B /etc/make.conf
Contains variables for the build\-process and overwrites those in make.defaults.
.TP
-.B /etc/make.globals
+.B /usr/share/portage/config/make.globals
Contains the default variables for the build\-process, you should edit
\fI/etc/make.conf\fR instead.
.TP