Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make: fix corner case in -j / -l handling (#1995)
```bash ▸ ./kodev test -vj1 make TARGET= KODEBUG=1 VERBOSE=1 testall T=-v\ -j\ 1 cd base/build/x86_64-pc-linux-gnu-debug/cmake && ninja -v -j\ -l8 all ninja: fatal: invalid -j parameter make: *** [base/Makefile:89: base-all] Error 1 ``` Switch to `MFLAGS`: same value as `MAKEFLAGS` except that it does not contain the command line variable definitions.
- Loading branch information