From: Gustavo Zacarias Date: Fri, 11 Mar 2016 18:27:51 +0000 (-0300) Subject: bash re-enable parallel builds X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b9d61200f60d00c21c8190f4c1fe3ccabd7a70ba;p=buildroot.git 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 Tested-by: "Yann E. MORIN" Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/bash/bash.mk b/package/bash/bash.mk index 97d7182e2f..3cd8d8273c 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