From: Junio C Hamano Date: Fri, 9 Sep 2022 22:11:58 +0000 (-0700) Subject: Meta/Make: tweak spatch invocation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb5e54d8881bbb786fa05a99084fec8e45ed9c5e;p=thirdparty%2Fgit.git Meta/Make: tweak spatch invocation --- diff --git a/Make b/Make index ff24987036..6627a5ce3d 100755 --- a/Make +++ b/Make @@ -287,7 +287,9 @@ ${make-make} \ $jobs \ ETC_GITCONFIG=$prefix/etc/gitconfig \ ${DEVELOPER:+"DEVELOPER=YesPlease"} \ - CFLAGS="-g -Wall -Wdeclaration-after-statement -std=gnu99${O:+ $O}" \ + SPATCH_FLAGS="--all-includes --recursive-includes --patch ." \ + SPATCH_BATCH_SIZE=16 \ + CFLAGS="-g -Wall -Wunused -Wdeclaration-after-statement -std=gnu99${O:+ $O}" \ ${tests:+"T=$tests"} \ "$@" status=$?