Gentoo Archives: gentoo-dev

From: Klavs Klavsen <kl@××××.dk>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] would like this settled :)
Date: Sat, 24 Apr 2004 08:20:17
Message-Id: 32923.10.0.0.51.1082794811.squirrel@www.enableit.dk
1 Hi guys,
2
3 I see some ebuild-maintainers stating that you need to do:
4
5 econf || die "configure failed"
6 emake || die "make failed"
7
8 and AFAIK econf & emake takes care of dying it it fails - meaning this is
9 actually correct:
10
11 econf
12 emake
13
14 Does econf & make take care of its own dying - ie. 2nd example is correct
15 - or do you need to check for this in your ebuild - ie. 1st example is
16 correct?
17
18 It would be very nice with a definitive answer on this one :)
19
20
21 --
22 Regards,
23 Klavs Klavsen, GSEC - kl@××××.dk - http://www.vsen.dk
24 PGP: 7E063C62/2873 188C 968E 600D D8F8 B8DA 3D3A 0B79 7E06 3C62
25 See my new managed CMS Hosting Service at http://www.VirkPaaNettet.dk
26
27 "Those who do not understand Unix are condemned to reinvent it, poorly."
28 --Henry Spencer
29
30 --
31 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] would like this settled :) Mike Frysinger <vapier@g.o>