]> git.ipfire.org Git - thirdparty/git.git/commit
makefile/meson: add 'check-headers' as alias for 'hdr-check'
authorKarthik Nayak <karthik.188@gmail.com>
Wed, 23 Apr 2025 08:15:39 +0000 (10:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Apr 2025 17:36:42 +0000 (10:36 -0700)
commit04a13ed8a7c07ef383f19adc16494ec481960bdb
tree04524d03b19137a4be32e7370ed207538f43c01b
parent02a132616ac69cd546c823c47afd60eab738792c
makefile/meson: add 'check-headers' as alias for 'hdr-check'

The 'hdr-check' target in Meson and makefile is used to check if headers
can be compiled individually. The naming however isn't readable as 'hdr'
is not a common shortforme for 'header', neither is it an abbreviation.

Let's introduce 'check-headers' as an alternative target for 'hdr-check'
and add a `TODO` to deprecate the latter after 2 releases. Since this
is an internal tool, we can use a shorter deprecation cycle.

Change existing usage of 'hdr-check' in 'ci/run-static-analysis.sh' to
also use 'check-headers'.

Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
ci/run-static-analysis.sh
meson.build