]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/build/build.py
BaseTools: Fixed a bug of IgnoreAutoGen
authorFeng, Bob C <bob.c.feng@intel.com>
Wed, 11 Sep 2019 10:01:56 +0000 (18:01 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Thu, 12 Sep 2019 06:08:15 +0000 (14:08 +0800)
commit5a9db858806912ebd4e836aaa607ef6d87ce9c0d
treed49664ae826cfc869dc8fc79976c4004624a6412
parent204ae9da230ecbf0910c21acac7aa5d5e8cbb8d0
BaseTools: Fixed a bug of IgnoreAutoGen

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2080
After checking that if the build can't
ignore Autogen due to there is no compelet autogen files,
the build tool need to do a completely Autogen.

This patch is to fix a bug that if AutoGen
can't be skiped, the SkipAutoGen flag
need to set to False

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/build/build.py