[Buildroot] [PATCH 0/7] automatically determine job concurrency

Nathan Lynch ntl at pobox.com
Tue Jun 12 02:09:36 UTC 2012


This series implements the option of "autodetecting" the number of
jobs to run concurrently (make -jN), using the number of reported CPUs
when BR2_JLEVEL is set to 0.

Nathan Lynch (7):
  introduce PARALLEL_JOBS build system variable
  boost: change uses of BR2_JLEVEL to PARALLEL_JOBS
  cmake: change use of BR2_JLEVEL to PARALLEL_JOBS
  midori: change use of BR2_JLEVEL to PARALLEL_JOBS
  qt: change use of BR2_JLEVEL to PARALLEL_JOBS
  toolchain/crosstool-ng: change use of BR2_JLEVEL to PARALLEL_JOBS
  automatically set PARALLEL_JOBS when BR2_JLEVEL is 0

 Config.in                                        |    8 +++++---
 package/Makefile.in                              |    8 +++++++-
 package/boost/boost.mk                           |    4 ++--
 package/cmake/cmake.mk                           |    2 +-
 package/midori/midori.mk                         |    2 +-
 package/qt/qt.mk                                 |    2 +-
 toolchain/toolchain-crosstool-ng/crosstool-ng.mk |    2 +-
 7 files changed, 18 insertions(+), 10 deletions(-)

-- 
1.7.6.5



More information about the buildroot mailing list