]> git.baikalelectronics.ru Git - arm-tf.git/commit
tools: don't clean when building
authorRoss Burton <ross.burton@arm.com>
Wed, 13 Jan 2021 12:47:25 +0000 (12:47 +0000)
committerRoss Burton <ross.burton@arm.com>
Wed, 13 Jan 2021 16:35:03 +0000 (16:35 +0000)
commit69a9165954b1edf295606e22ec7ae29b86b6274b
treea0b1199d5b3af7fd3615d05c7906d027f29853a9
parent986f8330ec207dfe933377cac1c091a8d051d1d5
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>
tools/cert_create/Makefile
tools/encrypt_fw/Makefile