From 68ae2104d8a0ab3fc42feff292eb1274c0b6cad1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 1 Nov 2008 10:51:13 +0000 Subject: When echoing the emake command, redirect to stderr since otherwise it breaks the gcc ebuild because of the way that the get_make_var() function from toolchain.eclass is used. svn path=/main/trunk/; revision=11784 --- bin/emake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/emake') diff --git a/bin/emake b/bin/emake index e484b4de9..db5b30b59 100755 --- a/bin/emake +++ b/bin/emake @@ -11,6 +11,6 @@ # /etc/make.globals here because emake is only called from an # ebuild. -[[ $PORTAGE_QUIET = 1 ]] || echo ${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@" +[[ $PORTAGE_QUIET = 1 ]] || echo ${MAKE:-make} $MAKEOPTS $EXTRA_EMAKE "$@" >&2 exec ${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@" -- cgit v1.2.3-1-g7c22