Phillip Wood <phillip.wood123@xxxxxxxxx> writes: > On 10/04/2025 12:30, Karthik Nayak wrote: >> 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 'headers-check' 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. > > Can we call this "check-headers" to match the other "check-" targets > in the Makefile please Excellent suggestion. If we were to change things, we should get it right just once. Thanks.