diff mbox

bash re-enable parallel builds

Message ID 1457720871-10472-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias March 11, 2016, 6:27 p.m. UTC
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>
---
 package/bash/bash.mk | 4 ----
 1 file changed, 4 deletions(-)

Comments

Yann E. MORIN March 12, 2016, 10:34 p.m. UTC | #1
Gustavo, All,

On 2016-03-11 15:27 -0300, Gustavo Zacarias spake thusly:
> 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>

Regards,
Yann E. MORIN.

> ---
>  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
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Thomas Petazzoni March 12, 2016, 10:55 p.m. UTC | #2
Dear Gustavo Zacarias,

On Fri, 11 Mar 2016 15:27:51 -0300, Gustavo Zacarias wrote:
> 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>
> ---
>  package/bash/bash.mk | 4 ----
>  1 file changed, 4 deletions(-)

Applied to master, thanks.

Thomas
diff mbox

Patch

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