aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2015-03-28 13:40:07 -0600
committerRob Savoye <rob.savoye@linaro.org>2015-03-28 13:40:07 -0600
commitd007d82a8941207c7261ecaaca04dc508fb76c76 (patch)
treefc48522a7a3a8405d829b40af31ab7f917e883de /scripts
parent82bc0c7bc968453ef719be73a7c8ee89d390f523 (diff)
For a canadian cross, remove the previous build.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/MakeRelease.job1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/MakeRelease.job b/scripts/MakeRelease.job
index d4124770..2b5983aa 100755
--- a/scripts/MakeRelease.job
+++ b/scripts/MakeRelease.job
@@ -88,6 +88,7 @@ if test x"${tarbin}" = x"yes"; then
if test x"${canadian}" = x"true"; then
$CONFIG_SHELL ${abe_dir}/abe.sh --disable update --release ${release} ${check} gcc=${gcc_source} ${platform} --build all
host="--host i686-w64-mingw32"
+ rm -fr ${local_builds}/${host}/${target}/
else
host=""
fi