diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-08 05:05:33 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-08 05:05:33 +0000 |
commit | 617cc72bf4b6c9d49c5e05c474afb8a1e8f98728 (patch) | |
tree | 62a07bc8af7e3b2b6fac9cde64f054983a8f73b8 /Tools/Source/GenBuild/build.xml | |
parent | 6132429ee5b944d5e8c83123e411973c9425961e (diff) | |
download | edk2-617cc72bf4b6c9d49c5e05c474afb8a1e8f98728.zip edk2-617cc72bf4b6c9d49c5e05c474afb8a1e8f98728.tar.gz edk2-617cc72bf4b6c9d49c5e05c474afb8a1e8f98728.tar.bz2 |
Added a line to remove the Jar file in the cleanall target.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@830 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/GenBuild/build.xml')
-rw-r--r-- | Tools/Source/GenBuild/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/Source/GenBuild/build.xml b/Tools/Source/GenBuild/build.xml index 811f96b..73a114b 100644 --- a/Tools/Source/GenBuild/build.xml +++ b/Tools/Source/GenBuild/build.xml @@ -34,6 +34,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. </target>
<target name="cleanall">
<delete dir="${buildDir}"/>
+ <delete file="${installLocation}/GenBuild.jar"/>
<if>
<available file="${installLocation}/GenBuild.jar"/>
<then>
|