]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix a bug of genffs command generation
authorFeng, Bob C <bob.c.feng@intel.com>
Fri, 27 Sep 2019 02:30:17 +0000 (10:30 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 14 Oct 2019 01:00:10 +0000 (09:00 +0800)
commita1f94045ffe9218ec438c4d23980de4243d21cd0
treed8a8de26142b4b1807e376b2d34a12bc8fc7b120
parent778832bcad33512ae09bbf7235a1ddcfa7403083
BaseTools: Fix a bug of genffs command generation

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2221

The command used by multiple thread genffs feature in makefile
for testing if file exist is generated based on the toolchain family.
It should be based on the OS type.

Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py