summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen2004-12-11 14:01:10 +0100
committerEric Andersen2004-12-11 14:01:10 +0100
commit8e5fb3fb4ab09b4dc04fe7cb3f7becce6514117b (patch)
tree59b3c8b76c7e29e2b8b174da0f0d6d2b7a06e649 /package/Makefile.in
parentKill off old unused JLEVEL junk (diff)
downloadbuildroot-8e5fb3fb4ab09b4dc04fe7cb3f7becce6514117b.tar.gz
buildroot-8e5fb3fb4ab09b4dc04fe7cb3f7becce6514117b.tar.xz
buildroot-8e5fb3fb4ab09b4dc04fe7cb3f7becce6514117b.zip
Add initial BR2_JLEVEL support, with some exceptions for apps that
have broken 'make -j' support
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in3
1 files changed, 3 insertions, 0 deletions
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)))
#"