- Notifications
You must be signed in to change notification settings - Fork5
Commita7dc90d
committed
When performing a parallel build (make -j N) with ./configure
--enable-depend it often tries to create the .deps directory twice andbails out when it already exists due to a race condition of if doesn'texist, then create. This patch prevents mkdir from returning an error.Kris Jurka1 parent79b9564 commita7dc90d
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
536 | 536 |
| |
537 | 537 |
| |
538 | 538 |
| |
539 |
| - | |
| 539 | + | |
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
|
0 commit comments
Comments
(0)