From: bbahnsen Date: Wed, 3 May 2006 19:41:11 +0000 (+0000) Subject: Top-level builds are not supported yet. X-Git-Tag: edk2-stable201903~25540 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=7b778c8ee3386039bbb65ce433e5da9adc2169a7;hp=5051888301a858cf7a5cb1d1a082b95aef94f10a Top-level builds are not supported yet. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@96 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/build.xml b/build.xml index 8dc6f61294..b285cb773c 100644 --- a/build.xml +++ b/build.xml @@ -21,7 +21,15 @@ It can build all packages or clean up the build products. dir="." files="Tools,MdePkg,EdkModulePkg,EdkNt32Pkg"/> - + + +Top-level builds may not be functional. +Please build each package individually from its own directory. +If you would like to try anyway, type +ant All + + +