vpp/build-root
Andrew Yourtchenko 7a071e3704 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)
2020-06-09 07:20:05 +00:00
..
2015-12-15 19:06:39 -05:00
2018-03-12 15:08:44 +00:00
2019-11-26 09:46:12 +00:00
2018-03-12 15:08:44 +00:00
2017-04-20 12:57:33 +00:00