diff mbox

ruby: enable parallel build

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

Commit Message

Gustavo Zacarias July 10, 2015, 4:50 p.m. UTC
Re-enable parallel builds, it doesn't seem to be affected by the issue
worked around in 9332a1ad4 any more.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/ruby/ruby.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Thomas Petazzoni July 10, 2015, 5:35 p.m. UTC | #1
Dear Gustavo Zacarias,

On Fri, 10 Jul 2015 13:50:08 -0300, Gustavo Zacarias wrote:
> Re-enable parallel builds, it doesn't seem to be affected by the issue
> worked around in 9332a1ad4 any more.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/ruby/ruby.mk | 1 -
>  1 file changed, 1 deletion(-)

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/ruby/ruby.mk b/package/ruby/ruby.mk
index 552da07..2fa6b4e 100644
--- a/package/ruby/ruby.mk
+++ b/package/ruby/ruby.mk
@@ -12,7 +12,6 @@  RUBY_SOURCE = ruby-$(RUBY_VERSION).tar.xz
 RUBY_DEPENDENCIES = host-pkgconf host-ruby
 HOST_RUBY_DEPENDENCIES = host-pkgconf
 RUBY_MAKE_ENV = $(TARGET_MAKE_ENV)
-RUBY_MAKE = $(MAKE1)
 RUBY_CONF_OPTS = --disable-install-doc --disable-rpath --disable-rubygems
 HOST_RUBY_CONF_OPTS = \
 	--disable-install-doc \