mirror of https://github.com/acidanthera/audk.git
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:
parent
7fa7b1fe81
commit
27f019223c
|
@ -34,7 +34,7 @@ It can build all packages or clean up the build products.
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="distclean" description="Remove everything not in the distribution.">
|
<target name="distclean" description="Remove everything not in the distribution.">
|
||||||
<subant target="distclean" inheritall="false">
|
<subant target="cleanall" inheritall="false">
|
||||||
<filelist refid="Pkg.Dirs"/>
|
<filelist refid="Pkg.Dirs"/>
|
||||||
</subant>
|
</subant>
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Reference in New Issue