the gcc ebuild because of the way that the get_make_var() function from
toolchain.eclass is used.
svn path=/main/trunk/; revision=11784
# /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} "$@"