forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite546880
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.org1 parent7d85d87 commite546880
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
| 185 | + | |
185 | 186 |
| |
186 | 187 |
| |
187 | 188 |
| |
|
0 commit comments
Comments
(0)