projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9fcc3f
)
Bug #240295 - When emake is called, echo the make command similar to the way
author
Zac Medico
<zmedico@gentoo.org>
Sat, 1 Nov 2008 03:28:32 +0000
(
03:28
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 1 Nov 2008 03:28:32 +0000
(
03:28
-0000)
that econf echoes the configure command.
svn path=/main/trunk/; revision=11772
bin/emake
patch
|
blob
|
history
diff --git
a/bin/emake
b/bin/emake
index 2554db982ddba9f002071aeaa6261d24aa4fd8e5..e484b4de9df02bd6afb48ffb9b89df25c3bba2f1 100755
(executable)
--- a/
bin/emake
+++ b/
bin/emake
@@
-11,4
+11,6
@@
# /etc/make.globals here because emake is only called from an
# ebuild.
+[[ $PORTAGE_QUIET = 1 ]] || echo ${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@"
+
exec ${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@"