aboutsummaryrefslogtreecommitdiffstats
path: root/env.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-23 14:10:54 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-23 14:10:54 -0500
commita637659b41e1930349b31ce152c1cfbb9a6b5333 (patch)
tree29980208a5c4f9c7ba9b9709e5863f5a1d7930ad /env.sh
parent66d4171655e0b93766c82f50ce06521f85b58222 (diff)
parenta9998650875c122d505c3046b23dc5f8590857f7 (diff)
Merge master to chapter7
Diffstat (limited to 'env.sh')
-rw-r--r--env.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/env.sh b/env.sh
index 45a5ca4..ab028e5 100644
--- a/env.sh
+++ b/env.sh
@@ -30,7 +30,6 @@ LFS_PWD=lfs
# Get number of online processors
NUMPROCS=$(getconf _NPROCESSORS_ONLN)
numjobs=$((NUMPROCS * 2 - 1))
-echo $numjobs
# Make flags for multiple jobs
MAKEFLAGS="-j ${numjobs}"