Re: [PATCH] Missing dep on Catalog.pm in meson rules

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2023-06-01T13:11:49Z
Lists: pgsql-hackers
On Thu, Jun 01, 2023 at 01:41:40PM +0100, Dagfinn Ilmari Mannsåker wrote:
> While hacking on Catalog.pm (over in
> https://postgr.es/m/87y1l3s7o9.fsf%40wibble.ilmari.org) I noticed that
> ninja wouldn't rebuild postgres.bki on changes to the module.  Here's a
> patch that adds it to depend_files for the targets I culd find that
> invoke scripts that use it.

Nice catch!  Indeed, we would need to track the dependency in the
three areas that use this module.
--
Michael

Commits

  1. meson: Add dependencies to perl modules to various script invocations