From 373298ca0d605b29d6f46f5ba57af53e112f59b3 Mon Sep 17 00:00:00 2001 From: "Feng, Bob C" Date: Thu, 5 Sep 2019 17:04:58 +0800 Subject: BaseTools: Fixed issue for IgnoreAutoGen https://bugzilla.tianocore.org/show_bug.cgi?id=2080 This patch is to improve build -u option to re-use GlobalVar__.bin file which is introduced by multiple-process-autogen feature. Cc: Liming Gao Cc: Steven Shi Signed-off-by: Bob Feng Acked-by: Liming Gao --- BaseTools/Source/Python/AutoGen/PlatformAutoGen.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BaseTools/Source/Python/AutoGen/PlatformAutoGen.py') diff --git a/BaseTools/Source/Python/AutoGen/PlatformAutoGen.py b/BaseTools/Source/Python/AutoGen/PlatformAutoGen.py index 565424a95e..1e17b66871 100644 --- a/BaseTools/Source/Python/AutoGen/PlatformAutoGen.py +++ b/BaseTools/Source/Python/AutoGen/PlatformAutoGen.py @@ -188,7 +188,9 @@ class PlatformAutoGen(AutoGen): Ma.CreateMakeFile(CreateModuleMakeFile, FfsCommand[key]) else: Ma.CreateMakeFile(CreateModuleMakeFile) + self.CreateLibModuelDirs() + def CreateLibModuelDirs(self): # no need to create makefile for the platform more than once if self.IsMakeFileCreated: return -- cgit v1.2.3