summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-07-06 17:56:35 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-07-06 17:56:35 +0000
commita3d3f8d715c610130b3d85c98d70e571ecd376ef (patch)
treede8307d453d5fc71afd95d38f17a8322972abdbd /sys-apps
parentstray digest (diff)
downloadgentoo-2-a3d3f8d715c610130b3d85c98d70e571ecd376ef.tar.gz
gentoo-2-a3d3f8d715c610130b3d85c98d70e571ecd376ef.tar.bz2
gentoo-2-a3d3f8d715c610130b3d85c98d70e571ecd376ef.zip
make -> emake -j1 so that we can hook in ccache and distcc easily
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/bash/bash-2.05a-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/bash/bash-2.05a-r2.ebuild b/sys-apps/bash/bash-2.05a-r2.ebuild
index de187ae5b174..0bd9d0e9e048 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.4 2002/05/08 00:06:18 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05a-r2.ebuild,v 1.5 2002/07/06 17:56:35 drobbins Exp $
S=${WORKDIR}/${P}
DESCRIPTION="The standard GNU Bourne again shell"
@@ -32,8 +32,8 @@ src_compile() {
--with-curses \
--without-gnu-malloc \
${myconf} || die
- #doesn't like -j
- make || die
+ # bash 2.0.5 doesn't like -j>1
+ emake -j1 || die
}
src_install() {