aboutsummaryrefslogtreecommitdiff
path: root/scripts/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make.sh')
-rwxr-xr-xscripts/make.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/make.sh b/scripts/make.sh
index c073d20f..165b8f1e 100755
--- a/scripts/make.sh
+++ b/scripts/make.sh
@@ -14,8 +14,6 @@ source ./configure
[ -z "$CPUS" ] &&
CPUS=$((($(echo /sys/devices/system/cpu/cpu[0-9]* | wc -w)*3)/2))
-echo CPUS=$CPUS
-
# Respond to V= by echoing command lines as well as running them
do_loudly()
{