]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/AutoGen/ModuleAutoGen.py
BaseTools: Enable Multiple Process AutoGen
[mirror_edk2.git] / BaseTools / Source / Python / AutoGen / ModuleAutoGen.py
index d19c03862094910172fe0d38e5b2d4fafe3379f4..ed6822334e935b5fe28e1d0c52479e23092a7de5 100644 (file)
@@ -1686,6 +1686,7 @@ class ModuleAutoGen(AutoGen):
         if not self.IsLibrary and CreateLibraryMakeFile:\r
             for LibraryAutoGen in self.LibraryAutoGenList:\r
                 LibraryAutoGen.CreateMakeFile()\r
+\r
         # Don't enable if hash feature enabled, CanSkip uses timestamps to determine build skipping\r
         if not GlobalData.gUseHashCache and self.CanSkip():\r
             return\r
@@ -1729,7 +1730,6 @@ class ModuleAutoGen(AutoGen):
         if not self.IsLibrary and CreateLibraryCodeFile:\r
             for LibraryAutoGen in self.LibraryAutoGenList:\r
                 LibraryAutoGen.CreateCodeFile()\r
-\r
         # Don't enable if hash feature enabled, CanSkip uses timestamps to determine build skipping\r
         if not GlobalData.gUseHashCache and self.CanSkip():\r
             return\r