diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-18 09:42:14 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-18 09:42:14 +0000 |
commit | 4e9fb66f515c001d8b2d64a4a1656dc7db735038 (patch) | |
tree | 209a30f2abeffb4e5c34d1beb1f79857b07fda5b /shells/bash2/Makefile | |
parent | d817b0900c146a7d56d3ad8b76ba7b3bedefb039 (diff) | |
download | pkgsrc-4e9fb66f515c001d8b2d64a4a1656dc7db735038.tar.gz |
Cannot be built in parallel.
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r-- | shells/bash2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index a296238d1e9..12222b36728 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2007/01/07 09:14:11 rillig Exp $ +# $NetBSD: Makefile,v 1.75 2007/01/18 09:42:14 rillig Exp $ # DISTNAME= bash-2.05b @@ -26,6 +26,7 @@ CONFIGURE_ARGS+= --with-installed-readline MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} CPPFLAGS+= -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin\"" TEST_TARGET= test +MAKE_JOBS_SAFE= no PKG_SHELL= bin/bash |