The check for if the project supports the -j flag was needlessly complex. We support two types of project: - waf, always supports -j - make, if GNU, supports -j We never checked waf, and the make check assumed that the entire command, rather than just the last component, was "make". It also neglects "gmake". Since any possible build command *may* support -j, always run the --version check. Detect either build command in the output.pull/10510/head
parent
7da495f616
commit
7409f12a82
1 changed files with 3 additions and 4 deletions
Loading…
Reference in new issue