Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174148 - einstall description: make -> emake
Summary: einstall description: make -> emake
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: PMS/EAPI (show other bugs)
Hardware: All All
: High normal
Assignee: Package Manager Specification
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-11 12:31 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2007-04-11 20:16 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 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-04-11 12:31:12 UTC
"Its use is discouraged in favour of using make DESTDIR=${D} install."

Should be changed to:

"Its use is discouraged in favour of using emake DESTDIR=${D} install."
Comment 1 Ciaran McCreesh 2007-04-11 14:25:32 UTC
Except that <automake-1.10 doesn't parallelise install targets correctly.
Comment 2 SpanKY gentoo-dev 2007-04-11 17:09:54 UTC
the topic of broken parallel build systems is not applicable to the PMS

src_install should be using `emake install DESTDIR=$D` and if a package is broken, then it gets a bug filed and either it gets fixed or -j1 is used ... like any other parallel build issue
Comment 3 Ciaran McCreesh 2007-04-11 20:16:12 UTC
r145 removes all reference of it being discouraged. That's a policy issue, not a specification issue.