aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-11-26 20:00:15 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-11-26 20:00:15 +0000
commitd4138e68e7160ec1242c08da83c58e2d9097f222 (patch)
tree9251dcca4190bb4d13e24c60fa88b3b5c28b143d /configure
parent5bb72e98b312d22191b13f3821f258449e548516 (diff)
Making lock file directory
We had forgot to add the rule to build the lock file directory for downloading data. This has been corrected.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 4753320..d4abda9 100755
--- a/configure
+++ b/configure
@@ -564,7 +564,7 @@ fi
# Build Basic dependencies
# ------------------------
make -f reproduce/src/make/dependencies-basic.mk \
- static_build=$static_build -j8
+ static_build=$static_build #-j8
@@ -579,7 +579,7 @@ make -f reproduce/src/make/dependencies-basic.mk \
# to build them in this script. But after this, we can rely on Makefiles.
numthreads=$($instdir/bin/nproc)
./.local/bin/make -f reproduce/src/make/dependencies.mk \
- static_build=$static_build -j$numthreads
+ static_build=$static_build #-j$numthreads