]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/Common/build.xml
Fix some cleanall issues
[mirror_edk2.git] / Tools / Source / TianoTools / Common / build.xml
index 91cba350d5164d159911b2fa744de5aeffcc53e7..a8cec23ded25c34f3f8ea7205855186747c50657 100644 (file)
@@ -100,7 +100,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
   <target name="cleanall" depends="init">\r
     <echo message="Removing Object Files and the Library: CommonTools${ext_static}"/>  \r
-    <delete dir="${BUILD_DIR}">\r
+    <delete dir="${BUILD_DIR}" failonerror="false">\r
       <fileset dir="${LIB_DIR}" includes="CommonTools${ext_static}"/>\r
     </delete>\r
   </target>\r