diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2010-12-29 11:25:42 -0600 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-30 09:37:39 +0000 |
commit | 3156e757f23c66b0afb679119dc1d1288492325a (patch) | |
tree | 8d9d90be8384501610bff7e2fa76a481a2995931 /scripts/poky-qemu-internal | |
parent | 6ee0c26e21f48dcd47af88ed5c174e76e76a3e42 (diff) | |
download | openembedded-core-3156e757f23c66b0afb679119dc1d1288492325a.tar.gz openembedded-core-3156e757f23c66b0afb679119dc1d1288492325a.tar.bz2 openembedded-core-3156e757f23c66b0afb679119dc1d1288492325a.tar.xz openembedded-core-3156e757f23c66b0afb679119dc1d1288492325a.zip |
blktrace: Fix parallel make issue
Fixes [BUGID #581]
When PARALLEL_MAKE is used with the current blktrace Makefile, the
btreplay and btrecord object files can end up being built multiple
times in parallel, which occasionally causes the linker to pick up the
object files in intermediate and seemingly corrupt states, and causes
the spurious link errors in the bug report.
This fix restricts the recursive btreplay invocations to building only
btreplay or btrecord as appropriate, not both.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'scripts/poky-qemu-internal')
0 files changed, 0 insertions, 0 deletions