Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13600 - main/trunk/man
Date: Sun, 03 May 2009 20:04:19
Message-Id: E1M0htf-0006dS-0h@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-05-03 20:02:46 +0000 (Sun, 03 May 2009)
3 New Revision: 13600
4
5 Modified:
6 main/trunk/man/ebuild.5
7 Log:
8 Bug #268398 - Document econf's automatic die behavior.
9
10
11 Modified: main/trunk/man/ebuild.5
12 ===================================================================
13 --- main/trunk/man/ebuild.5 2009-05-03 07:25:19 UTC (rev 13599)
14 +++ main/trunk/man/ebuild.5 2009-05-03 20:02:46 UTC (rev 13600)
15 @@ -738,11 +738,12 @@
16 \-\-sysconfdir=/etc \\
17 \-\-localstatedir=/var/lib \\
18 \fI${EXTRA_ECONF}\fR \\
19 - \fIconfigure options\fR
20 + \fIconfigure options\fR || die "econf failed"
21 .fi
22 Note that the \fIEXTRA_ECONF\fR is for users only, not for ebuild
23 writers. If you wish to pass more options to configure, just pass the
24 -extra arguements to \fBeconf\fR.
25 +extra arguements to \fBeconf\fR. Also note that \fBeconf\fR automatically
26 +calls \fBdie\fR if the configure script fails.
27 .TP
28 \fBemake\fR \fI[make options]\fR
29 This is used as a replacement for make. Performs 'make ${MAKEOPTS}