forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2209c70
committed
Avoid unnecessary "touch meson.build" in vpath builds
Ine692727 I added a 'touch meson.build' to configure.ac, to ensureconflicts between in-tree configure based builds and meson builds areautomatically detected. Unfortunately I omitted spaces around the conditionrestricting this to in-tree builds, leading to touch meson.build to also beexecuted in vpath builds. While the only consequence of this buglet is anunnecessary empty file in build directories, it seems worth backpatching.Reported-by: Christoph Berg <myon@debian.org>Discussion:https://postgr.es/m/20240417230002.mb2gv3hyetyn67gk@awork3.anarazel.deBackpatch: 16-, where the meson based build was added1 parenta9155ef commit2209c70
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20827 | 20827 |
| |
20828 | 20828 |
| |
20829 | 20829 |
| |
20830 |
| - | |
| 20830 | + | |
20831 | 20831 |
| |
20832 | 20832 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2500 | 2500 |
| |
2501 | 2501 |
| |
2502 | 2502 |
| |
2503 |
| - | |
| 2503 | + | |
2504 | 2504 |
| |
2505 | 2505 |
|
0 commit comments
Comments
(0)