]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix some cleanall issues
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 26 May 2006 22:53:39 +0000 (22:53 +0000)
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 26 May 2006 22:53:39 +0000 (22:53 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@300 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Source/TianoTools/Pccts/antlr/build.xml
Tools/Source/TianoTools/Pccts/dlg/build.xml

index 3870cd32459e72825d9d9f9955022992e70efd0c..6f30ecbd834bc21ed737b63cb80b70f4a8a2aefd 100644 (file)
@@ -127,14 +127,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
       <equals arg1="${ToolChain}" arg2="msvc"/>\r
                        <then>\r
          <exec dir="${basedir}" executable="nmake" failonerror="FALSE">\r
       <equals arg1="${ToolChain}" arg2="msvc"/>\r
                        <then>\r
          <exec dir="${basedir}" executable="nmake" failonerror="FALSE">\r
-                 <arg line="-f AntlrMS.mak distclean"/>\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="FALSE">\r
                </exec>\r
                  </then>\r
                <elseif>\r
       <equals arg1="${ToolChain}" arg2="gcc"/>\r
                        <then>\r
          <exec dir="${basedir}" executable="make" failonerror="FALSE">\r
-                 <arg line="-f makefile distclean"/>\r
+                 <arg line="-f makefile clean"/>\r
                </exec>\r
                  </then>\r
                </elseif>\r
                </exec>\r
                  </then>\r
                </elseif>\r
index 2f030d25592ba11847316622ca07ffb2bef2c422..d926f25e4b80ccde2023fa3985e099054d5e9ed7 100644 (file)
@@ -128,14 +128,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
       <equals arg1="${ToolChain}" arg2="msvc"/>\r
                        <then>\r
          <exec dir="${basedir}" executable="nmake" failonerror="FALSE">\r
       <equals arg1="${ToolChain}" arg2="msvc"/>\r
                        <then>\r
          <exec dir="${basedir}" executable="nmake" failonerror="FALSE">\r
-                 <arg line="-f DlgMS.mak distclean"/>\r
+                 <arg line="-f DlgMS.mak clean"/>\r
                </exec>\r
                  </then>\r
                <elseif>\r
       <equals arg1="${ToolChain}" arg2="gcc"/>\r
                        <then>\r
          <exec dir="${basedir}" executable="make" failonerror="FALSE">\r
                </exec>\r
                  </then>\r
                <elseif>\r
       <equals arg1="${ToolChain}" arg2="gcc"/>\r
                        <then>\r
          <exec dir="${basedir}" executable="make" failonerror="FALSE">\r
-                 <arg line="-f makefile distclean"/>\r
+                 <arg line="-f makefile clean"/>\r
                </exec>\r
                  </then>\r
                </elseif>\r
                </exec>\r
                  </then>\r
                </elseif>\r