X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/1ebb14ab8353067bbf552121a5e0ed500dd4cba7..4f1af1fb196833a2d890ed7b775c053a6e799f32:/bootstrap.sh?ds=sidebyside 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 ) }