mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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:
parent
4f7f1f5fa8
commit
8db3db9afc
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user