diff options
author | Staz M <staz@staz.io> | 2022-06-14 15:56:44 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-06-17 18:56:38 -0400 |
commit | 7409f12a828e9e1e7c2b362b6c9baf880c9143a8 (patch) | |
tree | e78b179d770ca5ba9a0bad8bc2351c51ab6bc1ec /docs/markdown/Python-module.md | |
parent | 7da495f616c6aa9363623a5447f897299ad872a4 (diff) | |
download | meson-7409f12a828e9e1e7c2b362b6c9baf880c9143a8.zip meson-7409f12a828e9e1e7c2b362b6c9baf880c9143a8.tar.gz meson-7409f12a828e9e1e7c2b362b6c9baf880c9143a8.tar.bz2 |
always run external projects multi-threaded if possible
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.
Diffstat (limited to 'docs/markdown/Python-module.md')
0 files changed, 0 insertions, 0 deletions