- Notifications
You must be signed in to change notification settings - Fork5
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 changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + |
Lines changed: 2 additions & 0 deletions
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)