]> Kevux Git Server - rit/commit
Makefile: do not use sparse on third-party sources
authorPatrick Steinhardt <ps@pks.im>
Wed, 4 Sep 2024 14:17:09 +0000 (16:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Sep 2024 15:41:37 +0000 (08:41 -0700)
commit416f4585d6f6e991a929a9d0b8b987a8815c77b8
tree412ce36e674825e42e90279483afce41515d1ba7
parent9ec76ad9edbcf20ca79957cedb5bb11fcad58cb2
Makefile: do not use sparse on third-party sources

We have several third-party sources in our codebase that we have
imported from upstream projects. These sources are mostly excluded from
our static analysis, for example when running Coccinelle.

Do the same for our "sparse" target by filtering them out.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile