The "distclean" target attempted to invoke the "distclean" target of the sub-projects. This target does not exist, instead "cleanall" is used.

Changed the subant invocation to use "cleanall" for the sub-projects.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@33 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
darylm503 2006-04-25 23:24:17 +00:00
parent 7fa7b1fe81
commit 27f019223c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ It can build all packages or clean up the build products.
</target>
<target name="distclean" description="Remove everything not in the distribution.">
<subant target="distclean" inheritall="false">
<subant target="cleanall" inheritall="false">
<filelist refid="Pkg.Dirs"/>
</subant>
</target>