aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-12-11 18:14:02 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-12-11 18:16:41 +0000
commit77c2971d24e943160589cc604d655c9858e4d36b (patch)
tree5c5bb96734c945d4d0339ddf14cc2fd08730b50b /configure
parent66f12c0305aeb2e8ac046fd866d75bd6e16e8a42 (diff)
Passing -j build options to dependency building bottle-necks
Some host Make systems may not allow automatic passing of the number of threads to sub-Makes. So while building the basic dependencies, we'll need to explicity add the `-j' option to the Make files that can benefit most from it: those that are dependencies of many others (Tar & Make), or are the last to build (Coreutils).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 28291c3..d716a5c 100755
--- a/configure
+++ b/configure
@@ -655,6 +655,7 @@ make -f reproduce/src/make/dependencies-basic.mk \
static_build=$static_build \
needs_ldl=$needs_ldl \
on_mac_os=$on_mac_os \
+ numthreads=$numthreads \
-j$numthreads