From: Junio C Hamano Date: Wed, 23 Nov 2022 02:22:23 +0000 (+0900) Subject: Merge branch 'ab/coccicheck-incremental' X-Git-Tag: v2.39.0-rc0~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b76998ff0e960759f492f1390e00b24c90537b8;p=thirdparty%2Fgit.git Merge branch 'ab/coccicheck-incremental' "make coccicheck" is time consuming. It has been made to run more incrementally. * ab/coccicheck-incremental: Makefile: don't create a ".build/.build/" for cocci, fix output spatchcache: add a ccache-alike for "spatch" cocci: run against a generated ALL.cocci cocci rules: remove 's from rules that don't need them Makefile: copy contrib/coccinelle/*.cocci to build/ cocci: optimistically use COMPUTE_HEADER_DEPENDENCIES cocci: make "coccicheck" rule incremental cocci: split off "--all-includes" from SPATCH_FLAGS cocci: split off include-less "tests" from SPATCH_FLAGS Makefile: split off SPATCH_BATCH_SIZE comment from "cocci" heading Makefile: have "coccicheck" re-run if flags change Makefile: add ability to TAB-complete cocci *.patch rules cocci rules: remove unused "F" metavariable from pending rule Makefile + shared.mak: rename and indent $(QUIET_SPATCH_T) --- 4b76998ff0e960759f492f1390e00b24c90537b8