From: Junio C Hamano Date: Tue, 3 Nov 2020 01:59:14 +0000 (-0800) Subject: Meta/Dothem: use sparse X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f83453f9c9540a24a1e9e30d97acfd3403ecbf5e;p=thirdparty%2Fgit.git Meta/Dothem: use sparse --- diff --git a/Dothem b/Dothem index 8b424e8b89..3a55a18725 100755 --- a/Dothem +++ b/Dothem @@ -200,6 +200,8 @@ do save=$(git rev-parse HEAD) && + Meta/Make $M $jobs -- SPARSE_FLAGS=-Wsparse-error sparse && + Meta/Make $M $noprove ${test+"$test"} $jobs $test_long $memtrash \ -- ${with_dash:+SHELL_PATH=/bin/dash} "$@" $dotest &&