>>>>> On Wed, 11 Dec 2013, hasufell wrote:
> I'd actually consider to remove all "*_all" phases since you can achive
> the same via:
> src_install() {
> multilib-minimal_src_install
> generic install crap || die
> }
> and have more control over the call order.
It's not completely equivalent: In the above code the einstalldocs
function will be called from multilib-minimal_src_install, whereas
with multilib_src_install_all it won't be called.
Is there actually a need for *_all, apart from the src_install phase?
Ulrich