diff mbox

libnl: enable parallel make

Message ID 1367347109-27608-1-git-send-email-ntl@pobox.com
State Accepted
Commit c260b94dd70c6a10938a7e8ad35b41631aad234a
Headers show

Commit Message

Nathan Lynch April 30, 2013, 6:38 p.m. UTC
Current versions of libnl (since 3.2.4, at least) do not appear to
require MAKE1.

Signed-off-by: Nathan Lynch <ntl@pobox.com>
---
 package/libnl/libnl.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Arnout Vandecappelle April 30, 2013, 11:31 p.m. UTC | #1
On 30/04/13 20:38, Nathan Lynch wrote:
> Current versions of libnl (since 3.2.4, at least) do not appear to
> require MAKE1.
>
> Signed-off-by: Nathan Lynch <ntl@pobox.com>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

  Tried with a -j30 and it worked like a charm.

  Regards,
  Arnout

> ---
>   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
>
Peter Korsgaard May 6, 2013, 10:30 p.m. UTC | #2
>>>>> "Nathan" == Nathan Lynch <ntl@pobox.com> writes:

 Nathan> Current versions of libnl (since 3.2.4, at least) do not appear to
 Nathan> require MAKE1.

Committed, thanks.
diff mbox

Patch

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