bash re-enable parallel builds
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 11 Mar 2016 18:27:51 +0000 (15:27 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 12 Mar 2016 22:55:06 +0000 (23:55 +0100)
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>
package/bash/bash.mk

index 97d7182e2f8acee5b1270f1e455236ebd0c9c023..3cd8d8273c873d5f4809ccbfa093f9f0d80d2e37 100644 (file)
@@ -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