misc: fix the MAKE_PARALLEL_JOBS for 'make verify' target 56/24856/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Fri, 7 Feb 2020 11:58:00 +0000 (12:58 +0100)
committerDave Barach <openvpp@barachs.net>
Sat, 8 Feb 2020 14:21:58 +0000 (14:21 +0000)
commit56ac770df97065ea705ff2f3070055a410113b9f
treed0925a5bcc2a3852b41e3aebb29bd185f5e016a4
parent2edff14462567c567beb07674813eb6b2a115b6d
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
build-root/Makefile