From: darylm503 Date: Tue, 25 Apr 2006 22:25:54 +0000 (+0000) Subject: Fixed the clean and distclean targets to only clean packages built by the all target. X-Git-Tag: edk2-stable201903~25588 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=7fa7b1fe817e6478ba9d9b89318df9e20586342c;ds=inline Fixed the clean and distclean targets to only clean packages built by the all target. Use a common list of packages to build for use by all of the targets. A element is used since the order in which the packages is built is important. This element is also valid to use when you want to produce an ordered list of directories. The subant task works on a list of directories so it isn't necessary to specify file names. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@32 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/build.xml b/build.xml index 421fa969c2..4dc7ce236c 100644 --- a/build.xml +++ b/build.xml @@ -10,27 +10,32 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. --> + +This is the highest-level build file. +It can build all packages or clean up the build products. + - + + + + - - + - + + - + - + + - +