]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/Pccts/antlr/build.xml
Fix some cleanall issues
[mirror_edk2.git] / Tools / Source / TianoTools / Pccts / antlr / build.xml
index 9d8bd7c485e388827160ea2fd1124e4639bc6254..6f30ecbd834bc21ed737b63cb80b70f4a8a2aefd 100644 (file)
@@ -126,15 +126,15 @@ 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
-                 <arg line="-f AntlrMS.mak distclean"/>\r
+         <exec dir="${basedir}" executable="nmake" failonerror="FALSE">\r
+                 <arg line="-f AntlrMS.mak clean"/>\r
                </exec>\r
                  </then>\r
                <elseif>\r
       <equals arg1="${ToolChain}" arg2="gcc"/>\r
                        <then>\r
-         <exec dir="${basedir}" executable="make" failonerror="TRUE">\r
-                 <arg line="-f makefile distclean"/>\r
+         <exec dir="${basedir}" executable="make" failonerror="FALSE">\r
+                 <arg line="-f makefile clean"/>\r
                </exec>\r
                  </then>\r
                </elseif>\r