diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2015-11-04 00:09:35 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-11-04 08:31:09 +0100 |
commit | b731dc7bfb9c8ce7be502711f0b44ccab5515f1d (patch) | |
tree | be8170d4fd7518d250602890c25d644e93b9b389 /package/gcc | |
parent | e4b1fa69cdd46ea9874de243f52c6938de19674d (diff) | |
download | buildroot-b731dc7bfb9c8ce7be502711f0b44ccab5515f1d.tar.gz buildroot-b731dc7bfb9c8ce7be502711f0b44ccab5515f1d.zip |
toolchain-external: make extraction idempotent
Commit 23ffa7ec first extracts to the toolchain-external build
directory and then moves everything to $(HOST_DIR)/opt/ext-toolchain.
However, this is not idempotent, because moving directories over
existing ones doesn't always work, particularly if the target is on
another device.
Simply remove the destination contents before moving.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions