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
commit21626e8cbba5cd154bd366786d9ac9e6ba1a18ef (patch)
tree9701d390c5ab6e51cd921d1de4d919c8dcd468f5 /sys-apps
parentdoesn't like emake (diff)
downloadgentoo-2-21626e8cbba5cd154bd366786d9ac9e6ba1a18ef.tar.gz
gentoo-2-21626e8cbba5cd154bd366786d9ac9e6ba1a18ef.tar.bz2
gentoo-2-21626e8cbba5cd154bd366786d9ac9e6ba1a18ef.zip
added note
Diffstat (limited to 'sys-apps')
-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
}