]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/AutoGen/ModuleAutoGen.py
BaseTools: Remove CanSkip calling for incremental build
[mirror_edk2.git] / BaseTools / Source / Python / AutoGen / ModuleAutoGen.py
index dc8b1fe3d160cac2da22227fc233e3aa0d92cb1e..eebf6e87f5b4eb11922d9216628d63d5c832a938 100755 (executable)
@@ -1822,9 +1822,6 @@ class ModuleAutoGen(AutoGen):
             for LibraryAutoGen in self.LibraryAutoGenList:\r
                 LibraryAutoGen.CreateCodeFile()\r
 \r
-        # CanSkip uses timestamps to determine build skipping\r
-        if self.CanSkip():\r
-            return\r
         self.LibraryAutoGenList\r
         AutoGenList = []\r
         IgoredAutoGenList = []\r