pgsql: meson: Fix install-quiet after clean - Mailing list pgsql-committers

From Jacob Champion
Subject pgsql: meson: Fix install-quiet after clean
Date
Msg-id E1uk9Cs-001ISD-2J@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
meson: Fix install-quiet after clean

libpq-oauth was missing from the installed_targets list, so

    $ ninja clean && ninja install-quiet

failed with the error message

    ERROR: File 'src/interfaces/libpq-oauth/libpq-oauth.a' could not be found

It seems a little odd to have to tell Meson what's missing, since it
clearly knows how to build that file during regular installation. But
the "quiet" variant we've created must use --no-rebuild, to avoid
spawning concurrent ninja processes that would step on each other.

Reported-by: Andres Freund <andres@anarazel.de>
Backpatch-through: 18
Discussion: https://postgr.es/m/hbpqdwxkfnqijaxzgdpvdtp57s7gwxa5d6sbxswovjrournlk6%404jnb2gzan4em

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a9ffb35274fb17282dd2f0035172720ae4a87589

Modified Files
--------------
meson.build | 7 +++++++
1 file changed, 7 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_upgrade: Make format strings consistent
Next
From: Michael Paquier
Date:
Subject: pgsql: Add information about "generation" when dropping twice pgstats e