summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers
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 /bin/ebuild-helpers
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 'bin/ebuild-helpers')
-rwxr-xr-xbin/ebuild-helpers/emake5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ebuild-helpers/emake b/bin/ebuild-helpers/emake
index ca1901ef9..d842781a7 100755
--- a/bin/ebuild-helpers/emake
+++ b/bin/ebuild-helpers/emake
@@ -6,9 +6,8 @@
# only parameter supplied is -jN, where N is a number of
# parallel processes that should be ideal for the running host
# (e.g. on a single-CPU machine, N=2). The MAKEOPTS variable
-# is set in /etc/make.globals. We don't source
-# /etc/make.globals here because emake is only called from an
-# ebuild.
+# is set in make.globals. We don't source make.globals
+# here because emake is only called from an ebuild.
source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh