aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2020-02-07 12:58:00 +0100
committerJuraj Linkeš <juraj.linkes@pantheon.tech>2020-06-09 07:21:07 +0000
commit615ba7af1a76b436502b7756ddf827d9d16f2a1d (patch)
treee7e859be4f6109b4eb14078ef9093b9fabd3914b /src/plugins
parent220e40541e3b1ad9bf0a5a4d6543e3e49cb2276d (diff)
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)
Diffstat (limited to 'src/plugins')
0 files changed, 0 insertions, 0 deletions