Gentoo Archives: gentoo-dev

From: Brian Harring <ferringb@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: $BUILDDIR in ebuilds
Date: Mon, 26 Dec 2005 08:04:24
Message-Id: 20051226080014.GV5796@nightcrawler.e-centre.net
In Reply to: [gentoo-dev] Re: $BUILDDIR in ebuilds by "Michael Sterrett -Mr. Bones.-"
1 On Mon, Dec 26, 2005 at 02:51:26AM -0500, Michael Sterrett -Mr. Bones.- wrote:
2 > Like in here?
3 >
4 > app-doc/halibut/halibut-0.9.ebuild: BUILDDIR="${S}/build" \
5 > net-dns/maradns/maradns-1.0.27.ebuild: BUILDDIR=${S}/build \
6 > net-dns/maradns/maradns-1.0.32.ebuild: BUILDDIR=${S}/build \
7
8 Actually, calls of that sort is why it's being changed.
9 They're not relying on portage supplied BUILDDIR location, they're
10 defining it as an arg to make- the problem is that portage supplied
11 BUILDDIR has the potential to get used by make.
12
13 Either way, those 3 are fine- they're not relying on portage provided
14 BUILDDIR var, just issueing a directive to make.
15 ~harring

Replies

Subject Author
Re: [gentoo-dev] Re: $BUILDDIR in ebuilds Drake Wyrm <wyrm@×××××.com>