Re: [PATCH] Add `headerscheck` run_target to meson
Miłosz Bieniek <bieniek.milosz0@gmail.com>
From: Miłosz Bieniek <bieniek.milosz0@gmail.com>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2025-11-28T12:58:01Z
Lists: pgsql-hackers
Attachments
- v2-0001-Add-headerscheck-run_target-to-meson.patch (application/octet-stream) patch v2-0001
pt., 28 lis 2025 o 12:53 Peter Eisentraut <peter@eisentraut.org> napisał(a): > > On 27.11.25 10:28, Miłosz Bieniek wrote: > > 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. > > This would be good to have, but I don't think your patch works. It > seems you need to add the srcdir and builddir command-line arguments to > the invocations. > I think you are right. I added srcdir and builddir arguments.
Commits
-
headerscheck: Get CXXFLAGS from Makefile.global
- 0f17d1dbfa62 19 (unreleased) landed
-
meson: Add headerscheck and cpluspluscheck targets
- e82fc27e095b 19 (unreleased) landed
-
meson: Add {perl|python}_includespec to generated Makefile.global
- 720c9b504ec6 19 (unreleased) landed