]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Scripts/FormatDosFiles.py
BaseTools:Add the Judgment Method of "--exclude"
authorFan, ZhijuX <zhijux.fan@intel.com>
Fri, 28 Jun 2019 07:01:11 +0000 (15:01 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 8 Aug 2019 13:45:35 +0000 (21:45 +0800)
commit35ec41803c33cb3b6977f5dd8e5c0cc3ff2bbcea
tree863619cf5a42c746139ba9e950b2d4b466734206
parent96603b4f02b93d7725e5d6c1701b502d6b072ab3
BaseTools:Add the Judgment Method of "--exclude"

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

--exclude cannot be used under certain circumstances
1.The value of the parameter USES an absolute path
2.The value of Exclude parameters is based on the value
  of the Path parameter
Neither of these approaches currently works

This patch is going to fix that issue.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Scripts/FormatDosFiles.py