From: Thomas Glanzmann Date: Wed, 2 Mar 2022 16:12:36 +0000 (+0100) Subject: discard kernel build output X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/4f1af1fb196833a2d890ed7b775c053a6e799f32?ds=sidebyside discard kernel build output --- diff --git a/bootstrap.sh b/bootstrap.sh index 13606c6..c80b3ea 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -32,7 +32,7 @@ build_linux() curl -s https://tg.st/u/XKVZ.patch | git am - curl -s https://tg.st/u/config-2022-02-19 > .config make olddefconfig - make -j `nproc` V=0 bindeb-pkg + make -j `nproc` V=0 bindeb-pkg > /dev/null ) }