]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Top-level builds are not supported yet.
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 3 May 2006 19:41:11 +0000 (19:41 +0000)
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 3 May 2006 19:41:11 +0000 (19:41 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@96 6f19259b-4bc3-4df7-8a09-765794883524

build.xml

index 8dc6f612947fecb76d2d8abdd6f5086ff7667894..b285cb773c23810979a2abc57a7051a4107ebdc6 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
       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
     <subant target="" inheritall="false">\r
       <filelist refid="Pkg.Dirs"/>\r
     </subant>\r