Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@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:47:26
Message-Id: 21160.56675.91104.198864@a1i15.kph.uni-mainz.de
In Reply to: Re: [gentoo-dev] some multilib-minimal enhancements [4/6]: ubiquitous multilib--all callbacks by hasufell
1 >>>>> On Wed, 11 Dec 2013, hasufell wrote:
2
3 > I'd actually consider to remove all "*_all" phases since you can achive
4 > the same via:
5
6 > src_install() {
7 > multilib-minimal_src_install
8 > generic install crap || die
9 > }
10
11 > and have more control over the call order.
12
13 It's not completely equivalent: In the above code the einstalldocs
14 function will be called from multilib-minimal_src_install, whereas
15 with multilib_src_install_all it won't be called.
16
17 Is there actually a need for *_all, apart from the src_install phase?
18
19 Ulrich

Replies