]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/Pccts/dlg/build.xml
Fix some cleanall issues
[mirror_edk2.git] / Tools / Source / TianoTools / Pccts / dlg / build.xml
index 74f31b01b4e1616475636252061d13080ba39f26..2f030d25592ba11847316622ca07ffb2bef2c422 100644 (file)
@@ -127,14 +127,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     <if>\r
       <equals arg1="${ToolChain}" arg2="msvc"/>\r
                        <then>\r
-         <exec dir="${basedir}" executable="nmake" failonerror="TRUE">\r
+         <exec dir="${basedir}" executable="nmake" failonerror="FALSE">\r
                  <arg line="-f DlgMS.mak distclean"/>\r
                </exec>\r
                  </then>\r
                <elseif>\r
       <equals arg1="${ToolChain}" arg2="gcc"/>\r
                        <then>\r
-         <exec dir="${basedir}" executable="make" failonerror="TRUE">\r
+         <exec dir="${basedir}" executable="make" failonerror="FALSE">\r
                  <arg line="-f makefile distclean"/>\r
                </exec>\r
                  </then>\r