Bug #240295 - When emake is called, echo the make command similar to the way
authorZac Medico <zmedico@gentoo.org>
Sat, 1 Nov 2008 03:28:32 +0000 (03:28 -0000)
committerZac 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

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} "$@"