- Notifications
You must be signed in to change notification settings - Fork5.2k
Commita9ffb35
committed
meson: Fix install-quiet after clean
libpq-oauth was missing from the installed_targets list, so $ ninja clean && ninja install-quietfailed with the error message ERROR: File 'src/interfaces/libpq-oauth/libpq-oauth.a' could not be foundIt seems a little odd to have to tell Meson what's missing, since itclearly knows how to build that file during regular installation. Butthe "quiet" variant we've created must use --no-rebuild, to avoidspawning concurrent ninja processes that would step on each other.Reported-by: Andres Freund <andres@anarazel.de>Backpatch-through: 18Discussion:https://postgr.es/m/hbpqdwxkfnqijaxzgdpvdtp57s7gwxa5d6sbxswovjrournlk6%404jnb2gzan4em1 parent31c09ef commita9ffb35
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3467 | 3467 | | |
3468 | 3468 | | |
3469 | 3469 | | |
| 3470 | + | |
| 3471 | + | |
| 3472 | + | |
| 3473 | + | |
| 3474 | + | |
| 3475 | + | |
| 3476 | + | |
3470 | 3477 | | |
3471 | 3478 | | |
3472 | 3479 | | |
| |||
0 commit comments
Comments
(0)