Gentoo Archives: gentoo-commits

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