summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-12-13 17:59:42 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-12-13 17:59:42 +0000
commit5d08c1d85a8c7905332a091adedf7fa785b845b9 (patch)
tree22df1e50b2dbba89e0d3d87643469272e5081581 /app-emulation/kqemu/kqemu-1.3.0_pre11.ebuild
parentMarked ~hppa too. (diff)
downloadgentoo-2-5d08c1d85a8c7905332a091adedf7fa785b845b9.tar.gz
gentoo-2-5d08c1d85a8c7905332a091adedf7fa785b845b9.tar.bz2
gentoo-2-5d08c1d85a8c7905332a091adedf7fa785b845b9.zip
Die if make fails.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r5 x86_64)
Diffstat (limited to 'app-emulation/kqemu/kqemu-1.3.0_pre11.ebuild')
-rw-r--r--app-emulation/kqemu/kqemu-1.3.0_pre11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/kqemu/kqemu-1.3.0_pre11.ebuild b/app-emulation/kqemu/kqemu-1.3.0_pre11.ebuild
index 32e733baf0a3..a51c9fc50a8b 100644
--- a/app-emulation/kqemu/kqemu-1.3.0_pre11.ebuild
+++ b/app-emulation/kqemu/kqemu-1.3.0_pre11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-1.3.0_pre11.ebuild,v 1.6 2008/03/24 05:06:43 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-1.3.0_pre11.ebuild,v 1.7 2008/12/13 17:59:42 flameeyes Exp $
inherit eutils flag-o-matic linux-mod toolchain-funcs
@@ -43,7 +43,7 @@ src_compile() {
./configure --kernel-path="${KV_DIR}" \
|| die "could not configure"
- make
+ make || die "make failed"
}
src_install() {