projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
953a716
)
eat the parent process with exec, YUM
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 9 Feb 2006 03:38:22 +0000
(
03:38
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 9 Feb 2006 03:38:22 +0000
(
03:38
-0000)
svn path=/main/trunk/; revision=2684
bin/emake
patch
|
blob
|
history
diff --git
a/bin/emake
b/bin/emake
index 1e6b203a45963ff236c7514bf2970b4ddca001da..4c79c0e033955e59a61af39af0a0e5774cb35a10 100755
(executable)
--- a/
bin/emake
+++ b/
bin/emake
@@
-11,4
+11,4
@@
# /etc/make.globals here because emake is only called from an
# ebuild.
-${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@"
+
exec
${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@"