]> git.hungrycats.org Git - linux/commitdiff
zygo: make-kernel: annotate output to track against EIO errors
authorZygo Blaxell <zblaxell@serenity.furryterror.org>
Sat, 25 Apr 2015 22:07:42 +0000 (18:07 -0400)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Sat, 25 Apr 2015 22:07:42 +0000 (18:07 -0400)
zygo/make-kernel

index 640009c9876920d2c12b101dda315b81450c7ee4..c6f2715f7049e4d14757de04b1781a7f361bddbd 100755 (executable)
@@ -13,5 +13,6 @@ cd .
        KBUILD_DIR=$PWD
        set +a
        make-kpkg modules_clean clean
-       make-kpkg --revision "$rev" binary && make-kpkg --revision "$rev" modules_image
+       annotate-output make-kpkg --revision "$rev" binary &&
+               annotate-output make-kpkg --revision "$rev" modules_image
 ) 2>&1 | tee make.log