From ecf2f3b29e74debb6ae43a1f8ef76377627d3e1b Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 7 Apr 2018 19:57:41 +0100 Subject: [PATCH] build: use nproc instead of nproc - 2 Someone was trying to build on a 1 core machine and it broke the build. The rationale for the -2 was to leave 2 cores for your to use your computer still, but let us trust the OS scheduler a bit more. --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 12bbbee..5a931ac 100755 --- a/build +++ b/build @@ -8,7 +8,7 @@ configure=true config_fragments='br2' extra_make_args= gem5=false -j="$(($(nproc) - 2))" +j="$(nproc)" linux_reconfigure=false linux_kernel_custom_config_file= post_script_args=