]> git.proxmox.com Git - mirror_edk2.git/commitdiff
The "distclean" target attempted to invoke the "distclean" target of the sub-projects...
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 Apr 2006 23:24:17 +0000 (23:24 +0000)
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 Apr 2006 23:24:17 +0000 (23:24 +0000)
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

build.xml

index 4dc7ce236c82eeff46eba86c92e25733477007ce..8dc6f612947fecb76d2d8abdd6f5086ff7667894 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -34,7 +34,7 @@ It can build all packages or clean up the build products.
   </target>\r
 \r
   <target name="distclean" description="Remove everything not in the distribution.">\r
   </target>\r
 \r
   <target name="distclean" description="Remove everything not in the distribution.">\r
-    <subant target="distclean" inheritall="false">\r
+    <subant target="cleanall" inheritall="false">\r
       <filelist refid="Pkg.Dirs"/>\r
     </subant>\r
   </target>\r
       <filelist refid="Pkg.Dirs"/>\r
     </subant>\r
   </target>\r