Meta/Make: tweak spatch invocation
Junio C Hamano committed
Sep 9, 2022 at 15:11 UTC
eb5e54d8881bbb786fa05a99084fec8e45ed9c5e
1 file changed
+3
-1
Make
+3
-1
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=$?