forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit401874a
committed
meson: don't require 'touch' binary, make use of 'cp' optional
We already didn't use touch (some earlier version of the meson build did ),and cp is only used for updating unicode files. The latter already depends onthe optional availability of 'wget', so doing the same for 'cp' makes sense.Eventually we probably want a portable command for updating source code aspart of a target, but for now...Reported-by: Andrew Dunstan <andrew@dunslane.net>Discussion:https://postgr.es/m/70e96c34-64ee-e549-8c4a-f91a7a668804@dunslane.net1 parentd69cd3a commit401874a
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
336 |
| - | |
337 | 336 |
| |
338 | 337 |
| |
339 | 338 |
| |
340 | 339 |
| |
| 340 | + | |
341 | 341 |
| |
342 | 342 |
| |
343 | 343 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
| 103 | + | |
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
|
0 commit comments
Comments
(0)