]> git.hungrycats.org Git - linux/commitdiff
Drop CONCURRENCY_LEVEL and some fugly hacks zygo-2.6.26.8-zb5s zygo-2.6.26.8-zb5s-rfcomm
authorZygo Blaxell <zblaxell@dio.furryterror.org>
Wed, 25 Mar 2009 15:19:20 +0000 (11:19 -0400)
committerZygo Blaxell <zblaxell@dactyl.hungrycats.org>
Wed, 27 May 2009 22:01:14 +0000 (18:01 -0400)
(cherry picked from commit c0103fc50751c9b0a597cf7812257ea6e4a549dd)

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 "$@"