commit | 7d7916dfe986a61564c3c5925ddf4d4358c0b232 | [log] [tgz] |
---|---|---|
author | Ross Burton <ross.burton@arm.com> | Wed Jan 13 12:47:25 2021 +0000 |
committer | Ross Burton <ross.burton@arm.com> | Wed Jan 13 16:35:03 2021 +0000 |
tree | a0b1199d5b3af7fd3615d05c7906d027f29853a9 | |
parent | 0fdbb5e12e27df3de80045f3eef889112a1e7b25 [diff] |
tools: don't clean when building Don't depend on clean when building, as the user is capable of cleaning if required and this introduces a race where "all" depends on both the compile and the clean in parallel. It's quite possible for some of the compile to happen in parallel with the clean, which results in the link failing as objects just built are missing. Change-Id: I710711eea7483cafa13251c5d94ec693148bd001 Signed-off-by: Ross Burton <ross.burton@arm.com>