Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206602 - Ebuild HOWTO recommends using "make install" in src_install()
Summary: Ebuild HOWTO recommends using "make install" in src_install()
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: [OLD] Developer Handbook (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Community Relations Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-18 23:59 UTC by Craig Finch
Modified: 2008-01-19 20:17 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 Craig Finch 2008-01-18 23:59:29 UTC
In two locations, the Ebuild HOWTO in the Developer Handbook recommends using "make install" as the preferred way to implement the src_install function.

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1
Section "Functions", entry src_install
Section "Helper Functions", entry einstall

The recommended method, as recommended in the Development Guide, is to use emake rather than call make directly.
http://devmanual.gentoo.org/ebuild-writing/functions/src_install/index.html

Reproducible: Always