From patchwork Tue Jun 12 02:09:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nathan Lynch X-Patchwork-Id: 164310 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 93EB8B6FC8 for ; Tue, 12 Jun 2012 12:17:51 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7A68031A78; Tue, 12 Jun 2012 02:17:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KjzToaX4rggZ; Tue, 12 Jun 2012 02:17:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 6083331D83; Tue, 12 Jun 2012 02:17:46 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E92C98F753 for ; Tue, 12 Jun 2012 02:17:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E33738A9D7 for ; Tue, 12 Jun 2012 02:17:16 +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 ATZfc8KF48iZ for ; Tue, 12 Jun 2012 02:17:08 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sasl.smtp.pobox.com (a-pb-sasl-sd.pobox.com [74.115.168.62]) by whitealder.osuosl.org (Postfix) with ESMTP id AC2748A9F2 for ; Tue, 12 Jun 2012 02:17:08 +0000 (UTC) Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 3DB72AF42 for ; Mon, 11 Jun 2012 22:09:48 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:in-reply-to:references; s=sasl; bh=zyK9 aE/CLEBcyeV7RtN3zy+Abm4=; b=wVb1O/hXeUFquFbwiD/Itd2qezTaIUvmfNKQ adLS0yEmJY1A+TR5Vaiuat/zXE6HL+32QkBMHMttSgm0dZiVrgeAmeiKriDL8ZVD RKm7xwObGh4FgPRhdnTCNZCrDRdZxQARddh0L5CizenZnuDKj+RcbBxAAkdxRaF6 YyW3cuQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :date:message-id:in-reply-to:references; q=dns; s=sasl; b=UgGt8q lreX9pEohBkhsqTH1QqKivIMdPj++zm/QFmkzNTuBddKnCJrSLJYpsbvwXvhSgjK +Z1L7wh49VPBhaoSIDG58/pHhPvHxkf5xxPYAhrPud4qnFDnnxoQ8k6+TYFngfm/ mxXpOGxwvYJ7f7jOl6TqBmIBiBS55Oa1LHiYw= Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 38211AF41 for ; Mon, 11 Jun 2012 22:09:48 -0400 (EDT) Received: from orca.stoopid.dyndns.org (unknown [99.12.192.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 8C6B8AF3D for ; Mon, 11 Jun 2012 22:09:46 -0400 (EDT) From: Nathan Lynch To: buildroot@busybox.net Date: Mon, 11 Jun 2012 21:09:38 -0500 Message-Id: <1339466983-19786-3-git-send-email-ntl@pobox.com> X-Mailer: git-send-email 1.7.6.5 In-Reply-To: <1339466983-19786-1-git-send-email-ntl@pobox.com> References: <1339466983-19786-1-git-send-email-ntl@pobox.com> X-Pobox-Relay-ID: AF62709E-B433-11E1-B6C3-8DF2579FE65A-04752483!a-pb-sasl-sd.pobox.com Subject: [Buildroot] [PATCH 2/7] boost: change uses of BR2_JLEVEL to PARALLEL_JOBS X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Nathan Lynch --- package/boost/boost.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/boost/boost.mk b/package/boost/boost.mk index 3667964..abdf3a2 100644 --- a/package/boost/boost.mk +++ b/package/boost/boost.mk @@ -70,7 +70,7 @@ define BOOST_CONFIGURE_CMDS endef define BOOST_INSTALL_TARGET_CMDS - (cd $(@D) && ./b2 -j$(BR2_JLEVEL) -q -d+2 \ + (cd $(@D) && ./b2 -j$(PARALLEL_JOBS) -q -d+2 \ --user-config=$(@D)/user-config.jam \ $(BOOST_OPT) \ --prefix=$(TARGET_DIR)/usr \ @@ -78,7 +78,7 @@ define BOOST_INSTALL_TARGET_CMDS endef define BOOST_INSTALL_STAGING_CMDS - (cd $(@D) && ./bjam -j$(BR2_JLEVEL) -d+2 \ + (cd $(@D) && ./bjam -j$(PARALLEL_JOBS) -d+2 \ --user-config=$(@D)/user-config.jam \ $(BOOST_OPT) \ --prefix=$(STAGING_DIR)/usr \