]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:build break if the Path contains SingleFile.Ext
authorFan, ZhijuX <zhijux.fan@intel.com>
Tue, 15 Jan 2019 09:12:38 +0000 (17:12 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 21 Jan 2019 10:03:30 +0000 (18:03 +0800)
commitdd1988cf019050395575d57703b64186ba930711
treee5cf58953caba1fb7beb63703ad55150258b29b7
parent842695d2ffea891d144e048c03419ec0f92a344d
BaseTools:build break if the Path contains SingleFile.Ext

BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1325

if SingleFile.Path = "/foo/bar.Sap/yada/source.S" and
SingleFile.Ext = ".S". Then key would end up "/foo/bar"
instead of "/foo/bar.Sap/yada/source" as intended.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py