From 8e5fb3fb4ab09b4dc04fe7cb3f7becce6514117b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 11 Dec 2004 13:01:10 +0000 Subject: Add initial BR2_JLEVEL support, with some exceptions for apps that have broken 'make -j' support --- package/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/Makefile.in') diff --git a/package/Makefile.in b/package/Makefile.in index db523d21a..a59ab973f 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -1,3 +1,6 @@ +MAKE1=make +MAKE=make -j$(BR2_JLEVEL) + # Strip off the annoying quoting ARCH:=$(strip $(subst ",, $(BR2_ARCH))) #" -- cgit v1.2.3