[Buildroot] [PATCH 1/1] allow to pass the number of parallel jobs via command line

Peter Korsgaard jacmet at uclibc.org
Wed Sep 26 10:42:25 UTC 2012


>>>>> "Jean-Christophe" == Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com> writes:

Hi,

 >> why not just use make BR2_JLEVEL=x ?

 JC> kconfig overwrite and you can not optarg env as
 JC> BR2_JLEVEL is a int so need to use PARALLEL_JOBS

Sorry, I don't understand what you are saying here. BR2_JLEVEL works
fine:

make BR2_LEVEL=42
...
/usr/bin/make -j42 CC="/home/peko/source/buildroot/output/host/usr/bin/arm-linux-gcc" ..

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list