From patchwork Fri Jul 10 16:50:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 493839 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 365AC1402BD for ; Sat, 11 Jul 2015 02:50:27 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=s2eCrbPl; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 523748B3AE; Fri, 10 Jul 2015 16:50:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id knMCBgnr3typ; Fri, 10 Jul 2015 16:50:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id DC8068B392; Fri, 10 Jul 2015 16:50:24 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id BAF941C1FD3 for ; Fri, 10 Jul 2015 16:50:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B0DCE8C364 for ; Fri, 10 Jul 2015 16:50:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B+BpuoDyjJxQ for ; Fri, 10 Jul 2015 16:50:22 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id F228E8C361 for ; Fri, 10 Jul 2015 16:50:21 +0000 (UTC) Received: from asgard (cpe-186-22-136-136.telecentro-reversos.com.ar [186.22.136.136] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t6AGoEs5023199 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 10 Jul 2015 16:50:17 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1436547019; bh=yVeelhtXo4nxKv2tnoL08/ZjnZ2vAzv9Cw8h/bw9PKI=; h=From:To:Cc:Subject:Date; b=s2eCrbPlMVFeXXkkP/SkCxcSswpZyOgFVm7etrY9HHR2JNuF9eIKyz8A0CF3sGrhD RnTsQ0VTWMjeFiHZbjHBrP1EPzAw4YYVXpQBsejRVvn/QPfiPeMzGx+E2V0MuQDkwf d5rHDMc62fgS/nkoJlsJcDkVAaBeSL3KgEZz5Yy8= Received: by asgard (sSMTP sendmail emulation); Fri, 10 Jul 2015 13:50:08 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 10 Jul 2015 13:50:08 -0300 Message-Id: <1436547008-31236-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.3.6 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] ruby: enable parallel build X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" 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 --- package/ruby/ruby.mk | 1 - 1 file changed, 1 deletion(-) 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 \