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

From: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
To: "Tristan Partin" <tristan(at)neon(dot)tech>, "PostgreSQL Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Missing dep on Catalog.pm in meson rules
Date: 2023-06-01 21:22:12
Message-ID: 329a690c-1f4e-4759-8018-8ee562c159f0@app.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 1 Jun 2023, at 22:16, Tristan Partin wrote:
> Could you create a variable for the file instead of calling files() 3
> times?
>
>> catalog_pm = files('path/to/Catalog.pm')

Sure, but which meson.build file should it go in? I know nothing about meson variable scoping.

> --
> Tristan Partin
> Neon (https://neon.tech)

--
- ilmari

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2023-06-02 01:43:16 Re: Request for new function in view update
Previous Message Tristan Partin 2023-06-01 21:16:27 Re: [PATCH] Missing dep on Catalog.pm in meson rules