]> git.hungrycats.org Git - linux/commitdiff
zygo: pass -j option to kernel build processes zygo-2.6.34.7-zb5s
authorZygo Blaxell <zblaxell@waya.furryterror.org>
Thu, 4 Nov 2010 18:46:30 +0000 (18:46 +0000)
committerZygo Blaxell <zblaxell@waya.furryterror.org>
Thu, 4 Nov 2010 18:46:30 +0000 (18:46 +0000)
zygo/make-kernel

index 289e937631539720e906b867887a77a3acb31718..5196ba2714dcd9c4f62da1646f73977c8e1adba3 100755 (executable)
@@ -9,6 +9,6 @@ cd .
        set -a
        MODULE_LOC=$PWD/../modules 
        set +a
-       make-kpkg modules_clean clean
-       make-kpkg --revision $rev binary && make-kpkg modules_image
+       make-kpkg modules_clean clean "$@"
+       make-kpkg --revision $rev binary "$@" && make-kpkg modules_image "$@"
 ) 2>&1 | tee make.log