projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e5b2a0
)
meson: Add 'world' target
author
Andres Freund
<
[email protected]
>
Tue, 21 Nov 2023 01:46:40 +0000
(17:46 -0800)
committer
Andres Freund
<
[email protected]
>
Tue, 21 Nov 2023 01:46:40 +0000
(17:46 -0800)
We have this for make as well.
Reviewed-by: Peter Eisentraut <
[email protected]
>
Discussion: https://postgr.es/m/
20231103163848
[email protected]
meson.build
patch
|
blob
|
blame
|
history
diff --git
a/meson.build
b/meson.build
index 286d7e42698ca57f774eeecd25ca33116deed006..588788aad4da2889e61aff6ec33895b85502bbc7 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-3331,6
+3331,8
@@
alias_target('bin', bin_targets + [libpq_st])
alias_target('pl', pl_targets)
alias_target('contrib', contrib_targets)
alias_target('testprep', testprep_targets)
+
+alias_target('world', all_built, docs)
alias_target('install-world', install_quiet, installdocs)