Fix some cleanall issues
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@299 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -113,7 +113,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
<target name="cleanall">
|
||||
<echo message="Removing Object Files and the Library: CustomizedCompress${ext_static}"/>
|
||||
<delete dir="${BUILD_DIR}">
|
||||
<delete dir="${BUILD_DIR}" failonerror="false">
|
||||
<fileset dir="${LIB_DIR}" includes="CustomizedCompress${ext_static}"/>
|
||||
</delete>
|
||||
</target>
|
||||
|
Reference in New Issue
Block a user