From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Silence meson warning about PG_TEST_EXTRA in src/Makefile.global |
Date: | 2024-11-05 10:28:12 |
Message-ID: | E1t8GnD-000HYX-V0@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Silence meson warning about PG_TEST_EXTRA in src/Makefile.global.in
Commit 99b937a44f introduced this warning when you run "meson setup":
Configuring Makefile.global using configuration
../src/meson.build:31: WARNING: The variable(s) 'PG_TEST_EXTRA' in the input file 'src/Makefile.global.in' are not present in the given configuration data.
To fix, add PG_TEST_EXTRA to the list of variables that are not needed
in the makefiles generated by meson. In meson builds, the makefiles
are only used for PGXS, not for building or testing the server itself.
Reported-by: Peter Eisentraut
Discussion: https://www.postgresql.org/message-id/5c380997-e270-425a-9542-e4ef36a285de@eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/e54688030cfe6fd2b3f9b7f437f2f3a4b75a6b35
Modified Files
--------------
src/makefiles/meson.build | 1 +
1 file changed, 1 insertion(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2024-11-05 10:28:34 | Re: pgsql: Make PG_TEST_EXTRA env var override the "meson setup" option |
Previous Message | Peter Eisentraut | 2024-11-05 09:16:29 | Re: pgsql: Make PG_TEST_EXTRA env var override the "meson setup" option |