1. 13 Jan, 2021 1 commit
    • Ross Burton's avatar
      tools: don't clean when building · 69a91659
      Ross Burton authored
      
      
      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: default avatarRoss Burton <ross.burton@arm.com>
      69a91659
  2. 07 Sep, 2020 1 commit
  3. 23 Aug, 2020 1 commit
  4. 06 Mar, 2020 1 commit