]> git.proxmox.com Git - mirror_edk2.git/blobdiff - build.xml
Removed file/folder
[mirror_edk2.git] / build.xml
index 8dc6f612947fecb76d2d8abdd6f5086ff7667894..f4724fef825c26596edd30153a7b78b2c1c6c0e6 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -21,7 +21,15 @@ It can build all packages or clean up the build products.
       dir="."\r
       files="Tools,MdePkg,EdkModulePkg,EdkNt32Pkg"/>\r
 \r
-  <target name="all" description="Build all packages.">\r
+  <target name="all" description="Issue a warning.">\r
+    <echo>\r
+Top-level builds may not be functional.\r
+Please build each package individually from its own directory.\r
+If you would like to try anyway, type\r
+ant All\r
+    </echo>\r
+  </target>\r
+  <target name="All" description="Build all packages.">\r
     <subant target="" inheritall="false">\r
       <filelist refid="Pkg.Dirs"/>\r
     </subant>\r
@@ -33,7 +41,7 @@ It can build all packages or clean up the build products.
     </subant>\r
   </target>\r
 \r
-  <target name="distclean" description="Remove everything not in the distribution.">\r
+  <target name="cleanall" description="Remove everything not in the distribution.">\r
     <subant target="cleanall" inheritall="false">\r
       <filelist refid="Pkg.Dirs"/>\r
     </subant>\r