Gentoo Archives: gentoo-dev

From: Alexis Ballier <aballier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] autotools-multilib: wrapper eclass for multilib builds.
Date: Mon, 24 Sep 2012 22:23:45
Message-Id: 20120924192233.40ff4a22@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH] autotools-multilib: wrapper eclass for multilib builds. by "Michał Górny"
1 On Tue, 25 Sep 2012 00:10:21 +0200
2 Michał Górny <mgorny@g.o> wrote:
3
4 > On Mon, 24 Sep 2012 18:59:14 -0300
5 > Alexis Ballier <aballier@g.o> wrote:
6 >
7 > > On Mon, 24 Sep 2012 23:51:27 +0200
8 > > Michał Górny <mgorny@g.o> wrote:
9 > >
10 > > > On Mon, 24 Sep 2012 18:19:43 -0300
11 > > > Alexis Ballier <aballier@g.o> wrote:
12 > > >
13 > > > > you dont need this, the PM has already done the work for you:
14 > > > > call directly the relevant function.
15 > > > >
16 > > > > src_multilib_compile() {
17 > > > > forall ABIS; do
18 > > > > prepare ABI variables
19 > > > > src_compile
20 > > > > done
21 > > > > }
22 > > >
23 > > > Err, what? Who calls the function? Where?
24 > >
25 > > bash. here.
26 >
27 > How can an eclass call a phase function while eclass needs to be
28 > called from the phase function to call the phase function...?
29 >
30
31 Read again. Esp. the part you deleted.
32 I never said it should do this, on purpose...

Replies