diff options
-rwxr-xr-x | bin/emake | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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} "$@" |