Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98463 - sys-boot/yaboot overwrites MAKEOPTS
Summary: sys-boot/yaboot overwrites MAKEOPTS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Ostrow (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-09 07:07 UTC by Sven Wegener
Modified: 2005-07-11 17:55 UTC (History)
2 users (show)

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 Sven Wegener gentoo-dev 2005-07-09 07:07:55 UTC
The following code is just wrong, MAKEOPTS is set by users and should not be used this way:

MAKEOPTS='PREFIX=/usr MANDIR=share/man'
[...]
        emake ${MAKEOPTS} CC="$(tc-getCC)" || die
Comment 1 SpanKY gentoo-dev 2005-07-09 10:03:28 UTC
also, passing $MAKEOPTS to emake is pointless since it will just end up running
`make $MAKEOPTS $MAKEOPTS ...`
Comment 2 Joe Jezak (RETIRED) gentoo-dev 2005-07-11 17:55:17 UTC
Fixed in CVS, thanks for the heads up.