summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-26 22:13:31 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-26 22:13:31 +0000
commit9e792382a8aceecf6714fae2650ab0517932ce80 (patch)
treeb36753fac3ac7b8828ce4e2250387152cf1f457e /build.xml
parentc43c67195a60f1e002553cd8b2cf876903e3f801 (diff)
downloadedk2-9e792382a8aceecf6714fae2650ab0517932ce80.tar.gz
edk2-9e792382a8aceecf6714fae2650ab0517932ce80.tar.bz2
edk2-9e792382a8aceecf6714fae2650ab0517932ce80.zip
Fix some cleanall issues
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@299 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index b285cb773c..f4724fef82 100644
--- a/build.xml
+++ b/build.xml
@@ -41,7 +41,7 @@ ant All
</subant>
</target>
- <target name="distclean" description="Remove everything not in the distribution.">
+ <target name="cleanall" description="Remove everything not in the distribution.">
<subant target="cleanall" inheritall="false">
<filelist refid="Pkg.Dirs"/>
</subant>