Closed LeStarch closed 1 year ago
Fixes the parallel build -jN flag passing. This has been broken since at least v3.0.0.
-jN
v3.0.0
Builds should be fast
fprime-util build -j16
fprime-util check -j16
Much faster.
None
An explanation of the fix:
The job flag may be supplied to any target in make, however "all targets" were objects and the "command" was a string. This checks against the mnemonic flags instead.
Change Description
Fixes the parallel build
-jN
flag passing. This has been broken since at leastv3.0.0
.Rationale
Builds should be fast
Testing/Review Recommendations
fprime-util build -j16
fprime-util check -j16
Much faster.
Future Work
None