forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4502c8e
committed
Fix parallel make when running make install before make all
In addition to theall-foo-recurse: all-bar-recursedependencies that constraint the order of the rule execution, we needinstall-foo-recurse: install-bar-recursedependencies in case one runs make install without a make all first,as some people apparently do.1 parent3f7d24d commit4502c8e
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
0 commit comments
Comments
(0)