]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fixed the build fail on Linux with --genfds-multi-thread
authorFeng, Bob C <bob.c.feng@intel.com>
Fri, 6 Sep 2019 13:22:57 +0000 (21:22 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Wed, 11 Sep 2019 01:43:59 +0000 (09:43 +0800)
commitf23da86415fda47f16c1080d7c625a59c23e2bae
tree0ece04edfad2af7df069fe2cf630e1e0e07c53f3
parente3c8311f8a196772bea453b832f33d34225488de
BaseTools: Fixed the build fail on Linux with --genfds-multi-thread

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

If GenSec input file not exist, the related command will fail and make
will stop on Linux. GenSec input file is allow to be non-existent.

This patch is to let "make" continue if gensec input file not exist.

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