]> git.hungrycats.org Git - linux/commitdiff
zygo: update from zygo-3.13.5-zb64 zygo-3.4.83-zb64
authorZygo Blaxell <zblaxell@waya.furryterror.org>
Thu, 13 Mar 2014 01:30:51 +0000 (21:30 -0400)
committerZygo Blaxell <zblaxell@waya.furryterror.org>
Thu, 13 Mar 2014 01:30:51 +0000 (21:30 -0400)
zygo/do
zygo/make-kernel
zygo/new-kernel

diff --git a/zygo/do b/zygo/do
index 672c12c221d81bf7b98e8ba61e05f3fac293b66d..a50246363d58af76c643aef58c2ac18ab6dc5c95 100755 (executable)
--- a/zygo/do
+++ b/zygo/do
@@ -4,7 +4,7 @@ ORIG_PATH="$PATH"
 PATH="$PWD/zygo:$ORIG_PATH"
 
 # Rename the kernel directory
-rename-kernel
+rename-kernel -zb64
 
 # Reread $PWD
 cd .
index 43e8554e346f31db4d0de0707f5d61e0df2ced1c..c676827c16344c6295527cb5c8ffab1d67deef1e 100755 (executable)
@@ -10,5 +10,5 @@ cd .
        MODULE_LOC=$PWD/../modules 
        set +a
        make-kpkg modules_clean clean
-       make-kpkg --revision $rev binary && make-kpkg modules_image
+       MAKEFLAGS='EXTRAVERSION=-zb64' make-kpkg --revision $rev binary && make-kpkg modules_image
 ) 2>&1 | tee make.log
index 775b2d002fdbcf8dac6337b4443a36e797c8c131..57bccd43eb9fa34eba142ec5d4cae91135c4ec27 100755 (executable)
@@ -21,6 +21,9 @@ for x in *; do
        elif [ -s /usr/src/"$x"-source.tar.gz ]; then
                trash "$x"
                (cd .. && tar xzf /usr/src/"$x"-source.tar.gz)
+       elif [ -s /usr/src/"$x"-source.xz ]; then
+               trash "$x"
+               (cd .. && tar xf /usr/src/"$x"-source.xz -I xz)
        else
                echo "Can't figure out where module '$x' came from"
        fi