summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-03 19:41:11 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-03 19:41:11 +0000
commit7b778c8ee3386039bbb65ce433e5da9adc2169a7 (patch)
treedf4efa1f1fb6fd997dcd74e271e926a71e297674 /build.xml
parent5051888301a858cf7a5cb1d1a082b95aef94f10a (diff)
downloadedk2-7b778c8ee3386039bbb65ce433e5da9adc2169a7.tar.gz
edk2-7b778c8ee3386039bbb65ce433e5da9adc2169a7.tar.bz2
edk2-7b778c8ee3386039bbb65ce433e5da9adc2169a7.zip
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
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml10
1 files changed, 9 insertions, 1 deletions
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"/>
- <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>