From 77c2971d24e943160589cc604d655c9858e4d36b Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 11 Dec 2018 18:14:02 +0000 Subject: 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). --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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 -- cgit v1.2.1