aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Geiselbrecht <geist@foobox.com>2013-05-25 11:32:48 -0700
committerTravis Geiselbrecht <geist@foobox.com>2013-05-25 11:32:48 -0700
commitf63e635ca22f7041db69165714c098fedfb39245 (patch)
tree5f1ad0e07ad4a4834975ef0330555defe7053ec8
parentf2342458cbbc287a6db1192952e71efca471150f (diff)
downloadlk-f63e635ca22f7041db69165714c098fedfb39245.tar.gz
[scripts][buildall] remove useless line
-rwxr-xr-xscripts/buildall1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/buildall b/scripts/buildall
index 2102e576..20ddd39c 100755
--- a/scripts/buildall
+++ b/scripts/buildall
@@ -4,7 +4,6 @@
PROJECTS=`echo project/* | xargs -n1 basename | sed 's/\.mk//'`
FAILED=""
-UNAME=`uname`
case `uname` in
Linux)
N=`cat /proc/cpuinfo | grep processor | wc -l`