From patchwork Tue Apr 30 18:38:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nathan Lynch X-Patchwork-Id: 240680 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id C4FB02C00B1 for ; Wed, 1 May 2013 04:47:49 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6C94810B8A5; Tue, 30 Apr 2013 18:47:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s0YpDKJ8CeV5; Tue, 30 Apr 2013 18:47:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3002310B88E; Tue, 30 Apr 2013 18:47:27 +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 E30C98F75E for ; Tue, 30 Apr 2013 18:47:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 010498C1DB for ; Tue, 30 Apr 2013 18:47:44 +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 z1rg0aIQs2Ui for ; Tue, 30 Apr 2013 18:47:41 +0000 (UTC) X-Greylist: delayed 00:09:09 by SQLgrey-1.7.6 Received: from sasl.smtp.pobox.com (a-pb-sasl-quonix.pobox.com [208.72.237.25]) by whitealder.osuosl.org (Postfix) with ESMTP id 68B488C17A for ; Tue, 30 Apr 2013 18:47:41 +0000 (UTC) Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 4DCE4B442 for ; Tue, 30 Apr 2013 14:38:31 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id; s=sasl; bh=zfdE3JbfyaHzNGMZcNSVgBKCz9o =; b=CKW4jR8AAyqwiHb04fX9zuoLI+z3hAMkIn7Nv4PsyJzc2pUwRYTNhJtJs7m NpaQWuwDcVJSmBcNt/aIEraqdokjT2yy6qpJv/swMD+IQjfffCXMKxN+GPGHq9yv Y9gX3B/9SMGpW4qtIX5MZliNkr9jAiGFn5lDRLjkVGr/Bvno= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :date:message-id; q=dns; s=sasl; b=ZoCH/KoUiIZ0aqkDSP42NDYpmulcI CQh9ZGRUEm44pVeqDfhhf8gd4hqXA61wd1tC34LXsyBvW7+77WbjzM5tlQe7gYSh YLneD8UI1tD0uNlLxZW/EokW3cQz+O7K/ADaOfbEWj+mgHY1uiWRxW9IqQ8bhQSc FzUR3CcY2BBrCo= Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 45037B441 for ; Tue, 30 Apr 2013 14:38:31 -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-quonix.pobox.com (Postfix) with ESMTPSA id A693AB440 for ; Tue, 30 Apr 2013 14:38:30 -0400 (EDT) From: Nathan Lynch To: buildroot@busybox.net Date: Tue, 30 Apr 2013 13:38:29 -0500 Message-Id: <1367347109-27608-1-git-send-email-ntl@pobox.com> X-Mailer: git-send-email 1.8.1.4 X-Pobox-Relay-ID: 27B81A14-B1C5-11E2-99B9-274A0E5B5709-04752483!a-pb-sasl-quonix.pobox.com Subject: [Buildroot] [PATCH] libnl: enable 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 Current versions of libnl (since 3.2.4, at least) do not appear to require MAKE1. Signed-off-by: Nathan Lynch Acked-by: Arnout Vandecappelle (Essensium/Mind) Tested-by: Arnout Vandecappelle (Essensium/Mind) --- package/libnl/libnl.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk index 2a9f5a9..681d364 100644 --- a/package/libnl/libnl.mk +++ b/package/libnl/libnl.mk @@ -10,7 +10,6 @@ LIBNL_LICENSE = LGPLv2.1+ LIBNL_LICENSE_FILES = COPYING LIBNL_INSTALL_STAGING = YES LIBNL_DEPENDENCIES = host-bison host-flex -LIBNL_MAKE = $(MAKE1) LIBNL_BINARIES = class-add class-delete class-list classid-lookup cls-add \ cls-delete cls-list link-list pktloc-lookup qdisc-add qdisc-delete \ qdisc-list