summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-04-12 17:53:04 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-04-12 17:53:04 +0000
commitc354fde3d567ba01275d112f9b366594465153e4 (patch)
treebbf93e9cc8b34ce776113a0c310ffc4cd08c6b1f /sys-apps/bash/bash-2.05a-r2.ebuild
parentdoesn't like emake (diff)
downloadhistorical-c354fde3d567ba01275d112f9b366594465153e4.tar.gz
historical-c354fde3d567ba01275d112f9b366594465153e4.tar.bz2
historical-c354fde3d567ba01275d112f9b366594465153e4.zip
added note
Diffstat (limited to 'sys-apps/bash/bash-2.05a-r2.ebuild')
-rw-r--r--sys-apps/bash/bash-2.05a-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/bash/bash-2.05a-r2.ebuild b/sys-apps/bash/bash-2.05a-r2.ebuild
index 404e6e326f1f..30c8d44198d6 100644
--- a/sys-apps/bash/bash-2.05a-r2.ebuild
+++ b/sys-apps/bash/bash-2.05a-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05a-r2.ebuild,v 1.2 2002/04/12 17:52:15 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05a-r2.ebuild,v 1.3 2002/04/12 17:53:04 drobbins Exp $
S=${WORKDIR}/${P}
DESCRIPTION="The standard GNU Bourne again shell"
@@ -33,6 +33,7 @@ src_compile() {
--with-curses \
--without-gnu-malloc \
${myconf} || die
+ #doesn't like -j
make || die
}