diff options
author | tnn <tnn> | 2015-03-08 01:38:35 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-03-08 01:38:35 +0000 |
commit | 25791a458f828e3096591e21675fbb682acf4d3e (patch) | |
tree | 3b9dd2513c05f24073c428dabbac8fe633ada1da /shells | |
parent | f4f384241a96a0c43a4e7fab72c26ab3675b5ab4 (diff) | |
download | pkgsrc-25791a458f828e3096591e21675fbb682acf4d3e.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 |