
The emake function should be used to call make. This will ensure that the user's MAKEOPTS are used correctly. The emake function passes on any arguments provided, so it can be used to make non-default targets (emake extras), for example. Occasionally you might encounter a screwy non-autotools Makefile that explodes with emake, but this is rare.


Which simply contains;PaulBredbury wrote:The command is: /usr/lib/portage/bin/emake
Code: Select all
exec ${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@"Code: Select all
emerge --sync && emerge portage
Code: Select all
% equery b emake
[ Searching for file(s) emake in *... ]
sys-apps/portage-2.1.2.7 (/usr/lib/portage/bin/emake)