build/src/for: use -j for multithreaded builds
Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
95f290d9e3
commit
197464bc4b
|
@ -69,7 +69,7 @@ handle_dependencies()
|
|||
run_make_command()
|
||||
{
|
||||
if [ -z "${mode}" ]; then
|
||||
make -C "${project}" || \
|
||||
make -C "${project}" -j$(nproc) || \
|
||||
err "run_make_command: !make -C ${project}"
|
||||
else
|
||||
make -C "${project}" distclean || make -C "${project}" clean \
|
||||
|
|
Loading…
Reference in New Issue