Gentoo Archives: gentoo-dev

From: hasufell <hasufell@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] some multilib-minimal enhancements [4/6]: ubiquitous multilib-<phase>-all callbacks
Date: Wed, 11 Dec 2013 21:50:06
Message-Id: 52A8DE02.5090200@gentoo.org
In Reply to: Re: [gentoo-dev] some multilib-minimal enhancements [4/6]: ubiquitous multilib--all callbacks by Ulrich Mueller
1 On 12/11/2013 10:47 PM, Ulrich Mueller wrote:
2 >>>>>> On Wed, 11 Dec 2013, hasufell wrote:
3 >
4 >> I'd actually consider to remove all "*_all" phases since you can achive
5 >> the same via:
6 >
7 >> src_install() {
8 >> multilib-minimal_src_install
9 >> generic install crap || die
10 >> }
11 >
12 >> and have more control over the call order.
13 >
14 > It's not completely equivalent: In the above code the einstalldocs
15 > function will be called from multilib-minimal_src_install, whereas
16 > with multilib_src_install_all it won't be called.
17 >
18 > Is there actually a need for *_all, apart from the src_install phase?
19 >
20 > Ulrich
21 >
22
23 I personally don't feel like it. But yeah... src_install was a bit
24 special, so that's why I did that.
25
26 What do the other multilib people think about it?