diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-08 01:38:35 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-08 01:38:35 +0000 |
commit | 016d58ddfe006f0f703909920e37a1c52e37c838 (patch) | |
tree | 3b9dd2513c05f24073c428dabbac8fe633ada1da /shells | |
parent | 12f497414fa917d889a3103a76213605eeabe018 (diff) | |
download | pkgsrc-016d58ddfe006f0f703909920e37a1c52e37c838.tar.gz |
MAKE_JOBS works now
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 4a2eda1c694..53884633883 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2014/10/09 14:06:56 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2015/03/08 01:38:35 tnn Exp $ BASH_VERSION= 4.3 BASH_PATCHLEVEL= 030 @@ -31,7 +31,6 @@ GNU_CONFIGURE= yes MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} CONFIGURE_ARGS= LOCAL_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:M*:Q} CPPFLAGS+= -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin\"" -MAKE_JOBS_SAFE= no TEST_TARGET= test INFO_FILES= YES # PLIST |