Gentoo Archives: gentoo-dev

From: Jonathan Smith <smithj@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] src_configure
Date: Thu, 07 Jul 2005 00:31:09
Message-Id: 42CC7709.5000704@gentoo.org
In Reply to: Re: [gentoo-dev] src_configure by "Diego 'Flameeyes' Pettenò"
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Diego 'Flameeyes' Pettenò wrote:
5 > On Thursday 07 July 2005 02:04, Sven Wegener wrote:
6 >
7 >>We would like to split up src_compile. The
8 >>new src_configure should just do the econf part and src_compile should
9 >>do the emake part.
10 >
11 > That will be very very interesting but... but not everything uses ./configure,
12 > so we should add a bunch of dummy src_configure, and a call to econf || die
13 > "" for those packages not fixed to use that will return a bunch of erroneous
14 > packages not compiling.
15 >
16
17 you could simply make the default:
18
19 src_configure() {
20 [ -f ./configure ] && econf || die
21 }
22
23 - --
24
25 smithj
26
27 Gentoo Developer
28 [ desktop stuff && netmon && documentation ]
29
30
31 -----BEGIN PGP SIGNATURE-----
32 Version: GnuPG v1.4.1 (GNU/Linux)
33 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
34
35 iD8DBQFCzHcJl5AvwDPiUowRAqeFAJwIxve3a/X5BnlSBOxfv/Ac2lMAaACg30Pg
36 62/3CVfdiHVSppJfEe73DsY=
37 =lK9Q
38 -----END PGP SIGNATURE-----
39 --
40 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] src_configure Mike Frysinger <vapier@g.o>
Re: [gentoo-dev] src_configure Joshua Baergen <joshuabaergen@g.o>
Re: [gentoo-dev] src_configure "Diego 'Flameeyes' Pettenò" <flameeyes@g.o>
Re: [gentoo-dev] src_configure Joshua Baergen <joshuabaergen@g.o>
Re: [gentoo-dev] src_configure Daniel Drake <dsd@g.o>