Changed the clean target to prevent unwanted removal

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@939 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36 2006-07-13 01:58:26 +00:00
parent 4f7f1f5fa8
commit 8db3db9afc
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
</target>
<target name="SurfaceArea.java.clean">
<delete includeemptydirs="true">
<fileset dir="${WORKSPACE}/Tools/Source/SurfaceArea" includes="**/*" excludes="build.xml"/>
<delete includeemptydirs="true" failonerror="false">
<fileset dir="${WORKSPACE}/Tools/Source/SurfaceArea/org" includes="**/*"/>
</delete>
</target>