misc: fix the MAKE_PARALLEL_JOBS for 'make verify' target 35/27435/1
authorAndrew Yourtchenko <ayourtch@gmail.com>
Fri, 7 Feb 2020 11:58:00 +0000 (12:58 +0100)
committerJuraj Linkeš <juraj.linkes@pantheon.tech>
Tue, 9 Jun 2020 07:20:05 +0000 (07:20 +0000)
commit7a071e3704c4b2094cb1a87d236aa476d8a171d4
treea42cb87ebca6ee3048002e56c8e4ad2778c42fb9
parenta54a9efce7f2efe7cc55565d74736d167f8e74b0
misc: fix the MAKE_PARALLEL_JOBS for 'make verify' target

MAKE_PARALLEL_JOBS was prepending "-j", which in case of nested targets like "verify"
resulted in ninja being executed with "-j -j" flags.

Solution: prepend -j only at the moment of setting the MAKE_PARALLEL_FLAGS variable,
this keeps MAKE_PARALLEL_JOBS intact regardless of depth of the job call tree.

Type: make
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Change-Id: I10a69fe527758e5a862852a9f2102aeaca30e88f
(cherry picked from commit 56ac770df97065ea705ff2f3070055a410113b9f)
build-root/Makefile