git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@299
6f19259b-4bc3-4df7-8a09-
765794883524
\r
<target name="cleanall" depends="init">\r
<echo message="Removing Object Files and the Library: CommonTools${ext_static}"/> \r
\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
<fileset dir="${LIB_DIR}" includes="CommonTools${ext_static}"/>\r
</delete>\r
</target>\r
\r
<target name="cleanall">\r
<echo message="Removing Object Files and the Library: CustomizedCompress${ext_static}"/> \r
\r
<target name="cleanall">\r
<echo message="Removing Object Files and the Library: CustomizedCompress${ext_static}"/> \r
- <delete dir="${BUILD_DIR}">\r
+ <delete dir="${BUILD_DIR}" failonerror="false">\r
<fileset dir="${LIB_DIR}" includes="CustomizedCompress${ext_static}"/>\r
</delete>\r
</target>\r
<fileset dir="${LIB_DIR}" includes="CustomizedCompress${ext_static}"/>\r
</delete>\r
</target>\r
<if>\r
<equals arg1="${ToolChain}" arg2="msvc"/>\r
<then>\r
<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 AntlrMS.mak distclean"/>\r
</exec>\r
</then>\r
<elseif>\r
<equals arg1="${ToolChain}" arg2="gcc"/>\r
<then>\r
<arg line="-f AntlrMS.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
<arg line="-f makefile distclean"/>\r
</exec>\r
</then>\r
<if>\r
<equals arg1="${ToolChain}" arg2="msvc"/>\r
<then>\r
<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
<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
<arg line="-f makefile distclean"/>\r
</exec>\r
</then>\r
</subant>\r
</target>\r
\r
</subant>\r
</target>\r
\r
- <target name="distclean" description="Remove everything not in the distribution.">\r
+ <target name="cleanall" description="Remove everything not in the distribution.">\r
<subant target="cleanall" inheritall="false">\r
<filelist refid="Pkg.Dirs"/>\r
</subant>\r
<subant target="cleanall" inheritall="false">\r
<filelist refid="Pkg.Dirs"/>\r
</subant>\r