summaryrefslogtreecommitdiff
path: root/MakeRelease.job
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
commitc54105d6efc52e65aee60352446f826e12cb4c4f (patch)
treea8f988bad35bbf6f4d03a3ec8e58b63ca3bbc5db /MakeRelease.job
parente69e584727b6006c9cfcbe19213d8a3fbef03ea7 (diff)
For a canadian cross, remove the previous build.
Diffstat (limited to 'MakeRelease.job')
-rwxr-xr-xMakeRelease.job1
1 files changed, 1 insertions, 0 deletions
diff --git a/MakeRelease.job b/MakeRelease.job
index d4124770..2b5983aa 100755
--- a/MakeRelease.job
+++ b/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