[Buildroot] [PATCH] bash re-enable parallel builds

Gustavo Zacarias gustavo at zacarias.com.ar
Fri Mar 11 18:27:51 UTC 2016


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 at zacarias.com.ar>
---
 package/bash/bash.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/bash/bash.mk b/package/bash/bash.mk
index 97d7182..3cd8d82 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
-- 
2.4.10



More information about the buildroot mailing list