summaryrefslogtreecommitdiff
path: root/package/bash
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-03-11 15:27:51 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-12 23:55:06 +0100
commitb9d61200f60d00c21c8190f4c1fe3ccabd7a70ba (patch)
treef6a9a51536008aa80c2bb24f374e86ed7daba114 /package/bash
parent0b7b84310c3781c346eea4c114c8cb4e97bbd8ea (diff)
bash re-enable parallel builds
They don't seem to be causing any issues after bumping to the 4.3.x series and several tests. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/bash')
-rw-r--r--package/bash/bash.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/bash/bash.mk b/package/bash/bash.mk
index 97d7182e2..3cd8d8273 100644
--- a/package/bash/bash.mk
+++ b/package/bash/bash.mk
@@ -22,10 +22,6 @@ BASH_CONF_ENV += \
bash_cv_func_sigsetjmp=present \
bash_cv_printf_a_format=yes
-# Parallel build sometimes fails because some of the generator tools
-# are built twice (i.e. while executing).
-BASH_MAKE = $(MAKE1)
-
# The static build needs some trickery
ifeq ($(BR2_STATIC_LIBS),y)
BASH_CONF_OPTS += --enable-static-link --without-bash-malloc