• Adam Wujek's avatar
    build/scripts/wrs_build_buildroot: fix parallel build for make <= 3.81 · b4b62a09
    Adam Wujek authored
    make 3.82 splits the work differently. When using buildroot with
    the make > 3.81 buildroot uses BR2_JLEVEL= (preferably 0 for automatic number
    of jobs setting).
    For make =< 3.81 BR2_JLEVEL= is ignored and build is done using only one job.
    Passing -j allows to build with many jobs, but many warning messages are
    printed:
    make[2]: warning: -jN forced in submake: disabling jobserver mode.
    
    Use BR_JLEVEL=0, this allows buildroot to pick automatically number of jobs.
    Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
    b4b62a09
Name
Last commit
Last update
binaries Loading commit data...
build Loading commit data...
configs Loading commit data...
doc Loading commit data...
hwinfo-sdb Loading commit data...
kernel Loading commit data...
patches Loading commit data...
robustness/coding Loading commit data...
scripts Loading commit data...
usb-loader Loading commit data...
userspace Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
README Loading commit data...