summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-05-03 20:28:51 +0000
committerZac Medico <zmedico@gentoo.org>2009-05-03 20:28:51 +0000
commit64098a164adb4485abebd79202e13561e4a3f720 (patch)
tree5679e289c05b3744785e2abea6e19c9e581ddb98
parentSimplify DepPriority.__int__() and make it consistent with __str__(). (diff)
downloadportage-multirepo-64098a164adb4485abebd79202e13561e4a3f720.tar.gz
portage-multirepo-64098a164adb4485abebd79202e13561e4a3f720.tar.bz2
portage-multirepo-64098a164adb4485abebd79202e13561e4a3f720.zip
Bug #268398 - Document econf's automatic die behavior. (trunk r13600)
svn path=/main/branches/2.1.6/; revision=13606
-rw-r--r--man/ebuild.55
1 files changed, 3 insertions, 2 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 6dad244d..1ae981b8 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -738,11 +738,12 @@ ${\fIECONF_SOURCE\fR:-.}/configure \\
\-\-sysconfdir=/etc \\
\-\-localstatedir=/var/lib \\
\fI${EXTRA_ECONF}\fR \\
- \fIconfigure options\fR
+ \fIconfigure options\fR || die "econf failed"
.fi
Note that the \fIEXTRA_ECONF\fR is for users only, not for ebuild
writers. If you wish to pass more options to configure, just pass the
-extra arguements to \fBeconf\fR.
+extra arguements to \fBeconf\fR. Also note that \fBeconf\fR automatically
+calls \fBdie\fR if the configure script fails.
.TP
\fBemake\fR \fI[make options]\fR
This is used as a replacement for make. Performs 'make ${MAKEOPTS}