aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2020-12-12 11:34:56 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2020-12-12 11:34:56 +0000
commit1e31e4f21ba06afbd6d2667f0d91dd9056353473 (patch)
tree5c35a864474adba3c07bc04948561fc68f99cf54 /shells
parent73c879768159a014159c3aed57ce46dfe4fa9ea2 (diff)
downloadports-1e31e4f21ba06afbd6d2667f0d91dd9056353473.tar.gz
ports-1e31e4f21ba06afbd6d2667f0d91dd9056353473.zip
Patch committed in r557806 makes this parallel build safe again.
Notes
Notes: svn path=/head/; revision=557815
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index fcafcd9a0f74..075a9158e757 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -60,8 +60,6 @@ CONFIGURE_ARGS+= --without-bash-malloc \
--enable-disabled-builtins \
--with-libiconv-prefix=${ICONV_PREFIX}
-MAKE_JOBS_UNSAFE= yes
-
.if empty(PKGNAMESUFFIX)
CONFLICTS+= bash-static-[0-9]*
.else