tools/cmake: fix parallel build with Make 4.2+
authorMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 7 Jul 2016 12:46:32 +0000 (14:46 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Thu, 7 Jul 2016 12:46:32 +0000 (14:46 +0200)
commita935e22d06b2c354247b3b004c285ede9cd84f58
tree22c94d6b3a972ac280ea31fd466a2d446d3a77ef
parent347143af0dce63ac4672ba5b4c9291c6a696e210
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