On 12/11/2013 10:47 PM, Ulrich Mueller wrote:
>>>>>> 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
>
I personally don't feel like it. But yeah... src_install was a bit
special, so that's why I did that.
What do the other multilib people think about it?