diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-12-11 13:01:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-12-11 13:01:10 +0000 |
commit | 8e5fb3fb4ab09b4dc04fe7cb3f7becce6514117b (patch) | |
tree | 59b3c8b76c7e29e2b8b174da0f0d6d2b7a06e649 /package/Makefile.in | |
parent | c7bf26e6d7032336ed21c894978be01a7bcc98dd (diff) | |
download | buildroot-novena-8e5fb3fb4ab09b4dc04fe7cb3f7becce6514117b.tar.gz buildroot-novena-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.in | 3 |
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))) #" |