tools/cmake: fix parallel build with Make 4.2+
authorMatthias Schiffer <mschiffer@universe-factory.net>
Wed, 15 Jun 2016 16:54:02 +0000 (18:54 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Wed, 15 Jun 2016 17:26:17 +0000 (19:26 +0200)
commit96db10752483cb07f822686482b44be6c21fbb5f
tree7d8b084b244634660722079820bbb1edaeea7a4c
parent6fb212f2933bbbdf2935124205717c9d0ca72b32
tools/cmake: fix parallel build with Make 4.2+

Avoid using the --parallel argument to the CMake bootstrap, as that doesn't
allow us to remove the -j argument. Instead, pass the HOST_JOBS arguments
in MAKEFLAGS.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
tools/cmake/Makefile