]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: process the files by the priority in BUILDRULEORDER
authorYonghong Zhu <yonghong.zhu@intel.com>
Tue, 19 Jan 2016 12:58:52 +0000 (12:58 +0000)
committeryzhu52 <yzhu52@Edk2>
Tue, 19 Jan 2016 12:58:52 +0000 (12:58 +0000)
commit4cb7bade0abdbbd4658ee2343c82ae050018e635
tree0e321279b71647a6c70c96591b48f17f5dc97e55
parent036849752427ff8615cfc492a6daf4c06cb203d6
BaseTools: process the files by the priority in BUILDRULEORDER

By the BUILDRULEORDER feature to process files listed in INF [Sources]
sections in priority order, if a filename is listed with multiple
extensions, the tools will use only the file that matches the first
extension in the space separated list.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19686 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/AutoGen/AutoGen.py