]> git.hungrycats.org Git - linux/commitdiff
Drop CONCURRENCY_LEVEL and some fugly hacks
authorZygo Blaxell <zblaxell@dio.furryterror.org>
Wed, 25 Mar 2009 15:19:20 +0000 (11:19 -0400)
committerZygo Blaxell <zblaxell@dactyl.hungrycats.org>
Wed, 25 Mar 2009 21:50:20 +0000 (17:50 -0400)
zygo/do

diff --git a/zygo/do b/zygo/do
index 4ed8d721969a01598acc8e1758fe095e09d62fc5..672c12c221d81bf7b98e8ba61e05f3fac293b66d 100755 (executable)
--- a/zygo/do
+++ b/zygo/do
@@ -1,6 +1,5 @@
 #!/bin/bash
 set -axP
-CONCURRENCY_LEVEL="${CONCURRENCY_LEVEL-40}"
 ORIG_PATH="$PATH"
 PATH="$PWD/zygo:$ORIG_PATH"
 
@@ -11,14 +10,10 @@ rename-kernel
 cd .
 PATH="$PWD/zygo:$ORIG_PATH"
 
-# trash ../modules/linux-wlan-ng*
-
 trash debian
 
 new-kernel
 
-# (cd ../modules && apt-get source linux-wlan-ng)
-
 make oldconfig
 yes '' | fakeroot make-kernel "$@"