[PATCH] Add `headerscheck` run_target to meson

Miłosz Bieniek <bieniek.milosz0@gmail.com>

From: Miłosz Bieniek <bieniek.milosz0@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2025-11-27T09:28:17Z
Lists: pgsql-hackers

Attachments

Hi,
While reviewing a patch I noticed that we have a `make -s headerscheck` but
there is no equivalent in meson.
I prepared a small patch that adds `headerscheck` and `cpluspluscheck`
targets.

Best Regards,
Miłosz Bieniek

Commits

  1. headerscheck: Get CXXFLAGS from Makefile.global

  2. meson: Add headerscheck and cpluspluscheck targets

  3. meson: Add {perl|python}_includespec to generated Makefile.global