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:35:47
Message-Id: 52A8DA99.8090908@gentoo.org
In Reply to: [gentoo-dev] some multilib-minimal enhancements [4/6]: ubiquitous multilib--all callbacks by Greg Turner
1 I'd actually consider to remove all "*_all" phases since you can achive
2 the same via:
3
4 src_install() {
5 multilib-minimal_src_install
6 generic install crap || die
7 }
8
9 and have more control over the call order.
10
11 But then again that will change behavior. So I am not sure about this
12 feature.

Replies