[Buildroot] [git commit branch/next] ruby: enable parallel build

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 8 10:56:25 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=08138dd13060563733f4c7bd9daebcfdb458840e
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

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 at zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/ruby/ruby.mk |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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 \


More information about the buildroot mailing list