aboutsummaryrefslogtreecommitdiff
path: root/scripts/make.sh
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2017-05-14 15:10:29 -0500
committerRob Landley <rob@landley.net>2017-05-14 15:10:29 -0500
commitcf6a235279e84028e8edd3e75f585cd6dbfa40d5 (patch)
treedb5c7a37183a46727e8501c0f0fe242e5aa989d0 /scripts/make.sh
parentaa1a5d2798432fb4230b43b9215be2ca66664db2 (diff)
downloadtoybox-cf6a235279e84028e8edd3e75f585cd6dbfa40d5.tar.gz
Minor tweaks to install.sh.
Diffstat (limited to 'scripts/make.sh')
-rwxr-xr-xscripts/make.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/make.sh b/scripts/make.sh
index 7771cb77..9c22d4f4 100755
--- a/scripts/make.sh
+++ b/scripts/make.sh
@@ -13,8 +13,7 @@ UNSTRIPPED="generated/unstripped/$(basename "$OUTNAME")"
# Since each cc invocation is short, launch half again as many processes
# as we have processors so they don't exit faster than we can start them.
-[ -z "$CPUS" ] &&
- CPUS=$((($(echo /sys/devices/system/cpu/cpu[0-9]* | wc -w)*3)/2))
+[ -z "$CPUS" ] && CPUS=$(($(nproc)+1))
if [ -z "$SED" ]
then