forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcfad144
committed
Additional fixes for parallel make
Add some additional dependencies to constrain the build order to preventparallel make from failing. In the case of src/Makefile, this is likely to betoo complicated to be worth maintaining, so just add .NOTPARALLEL to get theold for-loop-like behavior.More fine-tuning might be necessary for some platforms or configurations.1 parentb7fcf68 commitcfad144
3 files changed
+8
-1
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 |
| |
30 | 34 |
| |
31 | 35 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
| 19 | + |
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
0 commit comments
Comments
(0)