]> git.proxmox.com Git - mirror_edk2.git/commit
Fixed the clean and distclean targets to only clean packages built by the all target.
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 Apr 2006 22:25:54 +0000 (22:25 +0000)
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 Apr 2006 22:25:54 +0000 (22:25 +0000)
commit7fa7b1fe817e6478ba9d9b89318df9e20586342c
tree9121821be9e21ac9248ddeb866327cb922eea6bb
parente1d20bf4d5743495db28127a9510340007374454
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 <filelist> 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
build.xml