aboutsummaryrefslogtreecommitdiff
path: root/scripts/make.sh
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-09-20 13:22:24 -0500
committerRob Landley <rob@landley.net>2014-09-20 13:22:24 -0500
commite9695d1357fef3f911b391f3d5d8750c581b4e4a (patch)
treefa9db360bbf8ea3749ca880eb886d510a139865e /scripts/make.sh
parentcd299bfc0665ec13b406009b9ca1b43d17e1ad85 (diff)
downloadtoybox-e9695d1357fef3f911b391f3d5d8750c581b4e4a.tar.gz
Remove debug echo checked in by mistake.
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()
{