Commit b8aabec
committed
Avoid copying release files prematurely.
Do not make `prepare_release` depend on `copy_release_files`. If
attemtping a parallel build (make -j X), this could lead Make to execute
the `copy_release_files` even before the `all_odk` target has been
completed (and thus, before all release files have been built).
So instead, we depend on `all_odk` only and we explicitly call the
`copy_release_files` target.1 parent afbf151 commit b8aabec
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
438 | | - | |
| 438 | + | |
| 439 | + | |
439 | 440 | | |
440 | 441 | | |
441 | 442 | | |
| |||
0 commit comments