Reviewed-by: Liming Gao <liming....@intel.com> >-----Original Message----- >From: Feng, Bob C >Sent: Wednesday, September 11, 2019 6:14 PM >To: devel@edk2.groups.io >Cc: Gao, Liming <liming....@intel.com>; Feng, Bob C <bob.c.f...@intel.com> >Subject: [Patch 1/1] 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....@intel.com> >Signed-off-by: Bob Feng <bob.c.f...@intel.com> >--- > BaseTools/Source/Python/build/build.py | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/BaseTools/Source/Python/build/build.py >b/BaseTools/Source/Python/build/build.py >index 13be6c33ecd5..a034664dc388 100755 >--- a/BaseTools/Source/Python/build/build.py >+++ b/BaseTools/Source/Python/build/build.py >@@ -2202,10 +2202,11 @@ class Build(): > ExitFlag = threading.Event() > ExitFlag.clear() > if self.SkipAutoGen: > Wa = self.VerifyAutoGenFiles() > if Wa is None: >+ self.SkipAutoGen = False > Wa, self.BuildModules = >self.PerformAutoGen(BuildTarget,ToolChain) > else: > GlobalData.gAutoGenPhase = True > self.BuildModules = self.SetupMakeSetting(Wa) > else: >-- >2.20.1.windows.1
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#47170): https://edk2.groups.io/g/devel/message/47170 Mute This Topic: https://groups.io/mt/34101745/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-