From 7b778c8ee3386039bbb65ce433e5da9adc2169a7 Mon Sep 17 00:00:00 2001 From: bbahnsen Date: Wed, 3 May 2006 19:41:11 +0000 Subject: [PATCH] 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 --- build.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 + + + -- 2.39.2