From: Ignacio Losiggio <iglosiggio@gmail.com>
Date: Wed, 4 Apr 2018 12:56:08 -0300
Subject: Do not run windows and mac cleaning tasks

Forwarded: not-needed

The referenced folders are cleaned out while importing the source.
---
 build/build.xml | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

diff --git a/build/build.xml b/build/build.xml
index 01e94be..2c36c6e 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -358,15 +358,6 @@
   <!-- - - - - - - - -->
   <!-- Mac OS X      -->
   <!-- - - - - - - - -->
-  <target name="macosx-clean" depends="subprojects-clean" description="Clean Mac OS X build">
-    <delete dir="macosx/work" />
-    <delete dir="macosx/working_dir" />
-    <delete dir="macosx/working.dmg" />
-    <delete file="macosx/arduino-*.dmg" />
-    <delete>
-      <fileset dir="macosx" includes="arduino-*macosx*.zip"/>
-    </delete>
-  </target>
 
   <target name="macosx-checkos" unless="macosx">
     <echo>
@@ -956,14 +947,6 @@
   <!-- Windows       -->
   <!-- - - - - - - - -->
 
-  <target name="windows-clean" depends="subprojects-clean"
-	  description="Clean windows version">
-    <delete dir="windows/work" />
-    <delete>
-      <fileset dir="windows" includes="arduino-*windows*.zip"/>
-    </delete>
-  </target>
-
   <target name="windows-checkos" unless="windows">
     <echo>
       =======================================================
@@ -1220,7 +1203,7 @@
   <!-- - - - - - - - -->
 
   <target name="clean" description="Perform a spring cleaning"
-	  depends="linux-clean, windows-clean, macosx-clean, subprojects-clean">
+	  depends="linux-clean, subprojects-clean">
   </target>
 
   <target name="avr-toolchain-bundle" unless="light_bundle">
