forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8694a1c
committed
Document need to clear MAKELEVEL when invoking PG build from a makefile.
Since commit3b8f6e7, failure to do this would lead tosubmake-generated-headers not doing anything, so that references togenerated or symlinked headers would fail. Previous to that, theomission only led to temp-install not doing anything, which apparentlyaffects many fewer people (doesn't anybody use "make check" in theirbuild rules??). Hence, backpatch to v11 but not further.Per complaints from Christoph Berg, Jakob Egger, and others.1 parentb284262 commit8694a1c
1 file changed
+16
-3
lines changedLines changed: 16 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1599 | 1599 |
| |
1600 | 1600 |
| |
1601 | 1601 |
| |
1602 |
| - | |
| 1602 | + | |
1603 | 1603 |
| |
1604 | 1604 |
| |
| 1605 | + | |
1605 | 1606 |
| |
1606 |
| - | |
1607 |
| - | |
| 1607 | + | |
| 1608 | + | |
1608 | 1609 |
| |
1609 | 1610 |
| |
1610 | 1611 |
| |
| |||
1623 | 1624 |
| |
1624 | 1625 |
| |
1625 | 1626 |
| |
| 1627 | + | |
| 1628 | + | |
| 1629 | + | |
| 1630 | + | |
| 1631 | + | |
| 1632 | + | |
| 1633 | + | |
| 1634 | + | |
| 1635 | + | |
| 1636 | + | |
| 1637 | + | |
| 1638 | + | |
1626 | 1639 |
| |
1627 | 1640 |
| |
1628 | 1641 |
| |
|
0 commit comments
Comments
(0)