]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/CCode/Source/Pccts/antlr/build.xml
Standardized property name WORKSPACE and fixed cleanall messages.
[mirror_edk2.git] / Tools / CCode / Source / Pccts / antlr / build.xml
index 52800858474033bb4dcfc7b45d6725ad588692b0..7ea7458f7b69dec52e30a44b71a25a33bb5e8a0d 100644 (file)
@@ -40,6 +40,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
       <equals arg1="${ToolChain}" arg2="msvc"/>\r
                        <then>\r
          <exec dir="${PACKAGE_DIR}/Pccts/antlr" executable="nmake" failonerror="TRUE">\r
+                 <arg line="/NOLOGO"/>\r
                  <arg line="-f AntlrMS.mak"/>\r
                </exec>\r
                  </then>\r
@@ -55,6 +56,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
         <istrue value="${gcc}"/>\r
         <then>\r
            <exec dir="${PACKAGE_DIR}/Pccts/antlr" executable="make" failonerror="TRUE">\r
+                 <arg line="-s"/>\r
                  <arg line="-f makefile BIN_DIR=${BIN_DIR}"/>\r
                </exec>\r
         </then>\r
@@ -69,6 +71,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
       <equals arg1="${ToolChain}" arg2="msvc"/>\r
                        <then>\r
          <exec dir="${PACKAGE_DIR}/Pccts/antlr" executable="nmake" failonerror="TRUE">\r
+                 <arg line="/C"/>\r
+                 <arg line="/NOLOGO"/>\r
                  <arg line="-f AntlrMS.mak clean"/>\r
                </exec>\r
                  </then>\r
@@ -84,6 +88,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
       <istrue value="${gcc}"/>\r
       <then>\r
          <exec dir="${PACKAGE_DIR}/Pccts/antlr" executable="make" failonerror="TRUE">\r
+                 <arg line="-s"/>\r
                  <arg line="-f makefile clean"/>\r
                </exec>\r
       </then>\r
@@ -97,7 +102,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
       <equals arg1="${ToolChain}" arg2="msvc"/>\r
                        <then>\r
          <exec dir="${PACKAGE_DIR}/Pccts/antlr" executable="nmake" failonerror="FALSE">\r
-                 <arg line="-f AntlrMS.mak clean"/>\r
+                 <arg line="/C"/>\r
+                 <arg line="/NOLOGO"/>\r
+                 <arg line="/f AntlrMS.mak clean"/>\r
                </exec>\r
                  </then>\r
                <elseif>\r
@@ -105,6 +112,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
                        <then>\r
         <echo message="Building antlr with cygwin gcc"/>\r
          <exec dir="${PACKAGE_DIR}/Pccts/antlr" executable="make" failonerror="FALSE">\r
+               <arg line="-s"/>\r
                  <arg line="-f makefile.cygwin clean"/>\r
                </exec>\r
                  </then>\r
@@ -114,6 +122,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
       <then>\r
         <echo message="Building antlr with gcc"/>\r
          <exec dir="${PACKAGE_DIR}/Pccts/antlr" executable="make" failonerror="FALSE">\r
+               <arg line="-s"/>\r
                  <arg line="-f makefile clean"/>\r
                </exec>\r
       </then>\r