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 8dc6f61..b285cb7 100644
--- a/build.xml
+++ b/build.xml
@@ -21,7 +21,15 @@
       dir="."

       files="Tools,MdePkg,EdkModulePkg,EdkNt32Pkg"/>

 

-  <target name="all" description="Build all packages.">

+  <target name="all" description="Issue a warning.">

+    <echo>

+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

+    </echo>

+  </target>

+  <target name="All" description="Build all packages.">

     <subant target="" inheritall="false">

       <filelist refid="Pkg.Dirs"/>

     </subant>