Skip to content

Commit e546880

Browse files
committed
Silence meson warning about PG_TEST_EXTRA in src/Makefile.global.in
Commit 99b937a 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/[email protected]
1 parent 7d85d87 commit e546880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/makefiles/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ pgxs_empty = [
182182

183183
# Not needed because we don't build the server / PLs with the generated makefile
184184
'LIBOBJS', 'PG_CRC32C_OBJS', 'PG_POPCNT_OBJS', 'TAS',
185+
'PG_TEST_EXTRA',
185186
'DTRACEFLAGS', # only server has dtrace probes
186187

187188
'perl_archlibexp', 'perl_embed_ccflags', 'perl_embed_ldflags', 'perl_includespec', 'perl_privlibexp',

0 commit comments

Comments
 (0)