]> git.proxmox.com Git - mirror_edk2.git/blobdiff - build.xml
Added a line to copy the Conf/tools_def.template to Conf/tools_def.txt if and only...
[mirror_edk2.git] / build.xml
index 4dc7ce236c82eeff46eba86c92e25733477007ce..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,8 +41,8 @@ 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
-    <subant target="distclean" inheritall="false">\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
   </target>\r