Hello, Just a quick two patches against cmake-utils that fix MAKEOPTS->ninja conversion. In particular:
1. -k never takes value in make, so do not account for that, and always convert '-k' to '-k 0', 2. -j and -l have optional values in make, so figure out if we're being passed a correct value and use '-j 9999' and '-l 0' otherwise. -- Best regards, Michał Górny