Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 419469 - linux-mod.eclass - Invalid description of BUILD_TARGETS
Summary: linux-mod.eclass - Invalid description of BUILD_TARGETS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Kernel Miscellaneous
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-03 11:40 UTC by Andrew Fedorov
Modified: 2012-08-30 23:54 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 Andrew Fedorov 2012-06-03 11:40:45 UTC
Docs: BUILD_TARGETS <...> The default value is "clean modules" 
Code: BUILD_TARGETS=${BUILD_TARGETS:-clean module}

"modules" in docs but "module" in code.

Reproducible: Always
Comment 1 Mike Pagano gentoo-dev 2012-08-30 23:54:45 UTC
Fixed.