Gentoo Archives: gentoo-portage-dev

From: Torsten Veller <ml-en@××××××.net>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] Re: The merge of emerde with emerge
Date: Fri, 03 Dec 2004 14:45:01
Message-Id: 20041203153435.GA87f78.tv@veller.net
In Reply to: Re: [gentoo-portage-dev] The merge of emerde with emerge by Aaron Walker
1 * Aaron Walker <ka0ttic@g.o>:
2 > afaik, configure will use the last specified option. If you specify
3 > --mandir
4 > twice, it'll use the last specified one (see for yourself). That's probably
5 > the reason EXTRA_ECONF is passed to configure *after* the paths.
6
7 EXTRA_ECONF replaces default values -- but is superseded by settings in the
8 ebuild (man 5 ebuild and ebuild.sh):
9
10 | --prefix=/usr \
11 | [...]
12 | --localstatedir=/var/lib \
13 | ${EXTRA_ECONF} \
14 | "$@" || die "econf failed"
15
16 see request in bug #38618
17 --
18 .: Torsten Veller | Surprise your boss. Get to work on time. :.
19
20 --
21 gentoo-portage-dev@g.o mailing list