Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite546880

Browse files
committed
Silence meson warning about PG_TEST_EXTRA in src/Makefile.global.in
Commit99b937a 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 neededin the makefiles generated by meson. In meson builds, the makefilesare only used for PGXS, not for building or testing the server itself.Reported-by: Peter EisentrautDiscussion:https://www.postgresql.org/message-id/5c380997-e270-425a-9542-e4ef36a285de@eisentraut.org
1 parent7d85d87 commite546880

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)

[8]ページ先頭

©2009-2025 Movatter.jp