Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186598 - emake description lacks MAKE var awareness
Summary: emake description lacks MAKE var awareness
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: PMS/EAPI (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PMS/EAPI
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-25 14:59 UTC by Brian Harring (RETIRED)
Modified: 2008-03-17 18:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Harring (RETIRED) gentoo-dev 2007-07-25 14:59:27 UTC
Take a quick gander in emake from portage; note that it's

exec "${MAKE:-make}"

Problem is that the emake description explicitly states "invoke the make comamnd", not "invoke make if $MAKE is unset".  Minor tweak, but a few ebuilds rely on it (virtualbox), so it needs updating.
Comment 1 Ciaran McCreesh 2008-03-17 11:13:14 UTC
e98b476