Gentoo Archives: gentoo-dev

From: Todd Heim <heim@××××××××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] what does manual "make" do, portage doesn't ?
Date: Wed, 24 Jul 2002 10:40:48
Message-Id: 200207241140.43520.heim@heim.cjb.net
In Reply to: [gentoo-dev] what does manual "make" do, portage doesn't ? by Tibor Rudas
1 in you ebuild, instead of plain './configure'; try this:
2
3 ./configure --host=${CHOST} || die
4
5 --
6 Todd Heim
7
8 On Tuesday 23 July 2002 10:42 am, Tibor Rudas wrote:
9 <snip>
10 > src_compile() {
11 > ./configure || die
12 >
13 > make || die
14 > }
15 > <snip>
16 > make stops with an "unknown target" error in some subdir.
17 > If I then enter '/scratch/tmp/portage/mpich-1.2.4/work/mpich-1.2.4' and
18 > type "make" it works fine.
19 ...

Replies

Subject Author
Re: [gentoo-dev] what does manual "make" do, portage doesn't ? Doug Goldstein <cardoe@g.o>