From 8de0ec2956737182c29b0c7b10fd9e94803d32d8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 1 Nov 2008 03:28:32 +0000 Subject: Bug #240295 - When emake is called, echo the make command similar to the way that econf echoes the configure command. svn path=/main/trunk/; revision=11772 --- bin/emake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/emake b/bin/emake index 2554db982..e484b4de9 100755 --- 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} "$@" -- cgit v1.2.3-1-g7c22