forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5af2e97
committed
pg_upgrade: Avoid check target accidentally breaking make's --output-sync.
When $(MAKE) is present in a rule, make assumes that target is asubmake, and it doesn't need to buffer its output. But in this caseit's a shell script that needs buffered output. Avoid that heuristic,by referring to $(MAKE) via an indirection.Discussion:https://postgr.es/m/20190521004717.qsktdsugj3shagco@alap3.anarazel.de1 parent7005389 commit5af2e97
1 file changed
+10
-1
lines changedLines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
38 | 47 |
| |
39 |
| - | |
| 48 | + | |
40 | 49 |
| |
41 | 50 |
| |
42 | 51 |
|
0 commit comments
Comments
(0)