From patchwork Fri Oct 18 09:27:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 284482 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 911A22C00D1 for ; Fri, 18 Oct 2013 20:27:45 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5564093341; Fri, 18 Oct 2013 09:27:39 +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 fV16anYoO+ic; Fri, 18 Oct 2013 09:27:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id BF9FB9337C; Fri, 18 Oct 2013 09:27:38 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 682EA1BFA82 for ; Fri, 18 Oct 2013 09:27:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6618B93B60 for ; Fri, 18 Oct 2013 09:27:37 +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 5BEuREUEzI8N for ; Fri, 18 Oct 2013 09:27:37 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pb0-f45.google.com (mail-pb0-f45.google.com [209.85.160.45]) by hemlock.osuosl.org (Postfix) with ESMTPS id 1DE5393B3D for ; Fri, 18 Oct 2013 09:27:37 +0000 (UTC) Received: by mail-pb0-f45.google.com with SMTP id mc17so3581385pbc.4 for ; Fri, 18 Oct 2013 02:27:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=YMdQMJSTNNwQtTqr/JVtmiBRMKPNdIEUGzX8aHgCMgI=; b=IS1zXusyIKVwACzUyz21iPDxzBNrvl/Wji3zL/5cE4DM2U07vH90CMHm9hoPAdI5qn q5LHVtx4d59vwZR966eecAa34A+l4eugHu4vDoiP4080r7+cily6enLNdKf/3MxNnscP 5/oiiz0M3z0yNvM1GkPLekF59Hp05yVkjefLYosIMKZ04yzpHKUnnnVpp37/2ebnzj31 k0knIAnHMbALrbKOHGGqQEte/+XCuIKi+C5vzOUNYt+ZV+VSZIjibL4SfuYc46HrDtDj +lxbYfgU9/LTVD84ADSSsvoflAVkPGSk6Uicfet+pbXlBnsUSp9WYvKOYAStkXm169B8 VM/Q== X-Received: by 10.68.240.2 with SMTP id vw2mr2164183pbc.80.1382088456929; Fri, 18 Oct 2013 02:27:36 -0700 (PDT) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id hz10sm1101707pbc.36.2013.10.18.02.27.35 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 18 Oct 2013 02:27:36 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Fri, 18 Oct 2013 11:27:17 +0200 Message-Id: <1382088437-30393-10-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.4 In-Reply-To: <1382088437-30393-1-git-send-email-fabio.porcedda@gmail.com> References: <1382088437-30393-1-git-send-email-fabio.porcedda@gmail.com> Subject: [Buildroot] [PATCH v8 8/8] Makefile: enable top-level parallel make 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 Enable top-level parallel make because the previous patches have fixed all the know issue about top-level parallel make. Example: make _defconfig make BR2_JLEVEL= -j$((`getconf _NPROCESSORS_ONLN`+1)) Signed-off-by: Fabio Porcedda --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 299d34b..9752f96 100644 --- a/Makefile +++ b/Makefile @@ -42,9 +42,6 @@ export HOSTARCH := $(shell uname -m | \ -e s/macppc/powerpc/\ -e s/sh.*/sh/) -# This top-level Makefile can *not* be executed in parallel -.NOTPARALLEL: - # absolute path TOPDIR:=$(shell pwd) CONFIG_CONFIG_IN=Config.in