Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: gmt@×××××.us
Subject: Re: [gentoo-dev] some multilib-minimal enhancements [4/6]: ubiquitous multilib-<phase>-all callbacks
Date: Wed, 11 Dec 2013 22:52:53
Message-Id: 20131211234036.371e4c55@gentoo.org
In Reply to: [gentoo-dev] some multilib-minimal enhancements [4/6]: ubiquitous multilib--all callbacks by Greg Turner
1 Dnia 2013-12-11, o godz. 13:18:54
2 Greg Turner <gmt@×××××.us> napisał(a):
3
4 > This patch adds multilib_src_{configure,compile,test}_all
5 > callbacks, analogous to the existing multilib_src_install_all
6 > callback.
7
8 No real benefit in having those. They will introduce more confusion
9 because -- as hasufell pointed out -- you can do the same without those.
10
11 src_install() is special because:
12
13 a) it has default doc install. Others don't have default non-ABI stuff
14 to do.
15
16 b) it's quite common.
17
18 Playing similarly with src_compile() is not really beneficial. You can
19 achieve almost everything you need with either
20 'if multilib_build_binaries' conditionals or overriding generic
21 src_compile().
22
23 Also, next time, please keep all your mails in a single thread.
24
25 --
26 Best regards,
27 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies