pgsql: meson: add install-{quiet, world} targets - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: meson: add install-{quiet, world} targets
Date
Msg-id E1pfZ4m-0055rk-1w@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: meson: add install-{quiet, world} targets  (Andrew Dunstan <andrew@dunslane.net>)
Re: pgsql: meson: add install-{quiet, world} targets  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-committers
meson: add install-{quiet, world} targets

To define our own install target, we need dependencies on the i18n targets,
which we did not collect so far.

Discussion: https://postgr.es/m/3fc3bb9b-f7f8-d442-35c1-ec82280c564a@enterprisedb.com

Branch
------
master

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

Modified Files
--------------
meson.build                                | 76 ++++++++++++++++++++++++------
src/backend/po/meson.build                 |  2 +-
src/bin/initdb/po/meson.build              |  2 +-
src/bin/pg_amcheck/po/meson.build          |  2 +-
src/bin/pg_archivecleanup/po/meson.build   |  2 +-
src/bin/pg_basebackup/po/meson.build       |  2 +-
src/bin/pg_checksums/po/meson.build        |  2 +-
src/bin/pg_config/po/meson.build           |  2 +-
src/bin/pg_controldata/po/meson.build      |  2 +-
src/bin/pg_ctl/po/meson.build              |  2 +-
src/bin/pg_dump/po/meson.build             |  2 +-
src/bin/pg_resetwal/po/meson.build         |  2 +-
src/bin/pg_rewind/po/meson.build           |  2 +-
src/bin/pg_test_fsync/po/meson.build       |  2 +-
src/bin/pg_test_timing/po/meson.build      |  2 +-
src/bin/pg_upgrade/po/meson.build          |  2 +-
src/bin/pg_verifybackup/po/meson.build     |  2 +-
src/bin/pg_waldump/po/meson.build          |  2 +-
src/bin/psql/po/meson.build                |  2 +-
src/bin/scripts/po/meson.build             |  2 +-
src/interfaces/ecpg/ecpglib/po/meson.build |  2 +-
src/interfaces/ecpg/preproc/po/meson.build |  2 +-
src/interfaces/libpq/po/meson.build        |  2 +-
src/interfaces/libpq/test/meson.build      |  4 +-
src/pl/plperl/po/meson.build               |  2 +-
src/pl/plpgsql/src/po/meson.build          |  2 +-
src/pl/plpython/po/meson.build             |  2 +-
src/pl/tcl/po/meson.build                  |  2 +-
28 files changed, 89 insertions(+), 43 deletions(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: Doc: Improve description of the "batch_size" option for postgres
Next
From: Michael Paquier
Date:
Subject: pgsql: libpq: Add sslcertmode option to control client certificates