Re: [PATCH] Missing dep on Catalog.pm in meson rules
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tristan Partin <tristan@neon.tech>
Cc: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2023-06-02T13:00:28Z
Lists: pgsql-hackers
Hi, On 2023-06-01 23:06:04 -0500, Tristan Partin wrote: > In our case, we should add the ^line to src/backend/catalog/meson.build. src/backend is only reached well after src/include, due to needing dependencies on files generated in src/include. I wonder if we instead could just make perl output the files it loads and handle dependencies automatically that way? But that's more work, so it's probably the right thing to go for the manual path for now. Greetings, Andres Freund
Commits
-
meson: Add dependencies to perl modules to various script invocations
- a1cd982098c8 16.0 landed