]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/GlobalData.py
BaseTools: Refactor hash tracking after checking for Sources section
[mirror_edk2.git] / BaseTools / Source / Python / Common / GlobalData.py
index 95e28a988f1be13119064cf90177701e13f07d6f..bd45a437286971e8bf05354977681e692f2b1a0c 100644 (file)
@@ -110,7 +110,8 @@ gEnableGenfdsMultiThread = False
 gSikpAutoGenCache = set()\r
 \r
 # Dictionary for tracking Module build status as success or failure\r
-# False -> Fail : True -> Success\r
+# Top Dict:     Key: Arch Type              Value: Dictionary\r
+# Second Dict:  Key: AutoGen Obj    Value: 'SUCCESS'\'FAIL'\'FAIL_METAFILE'\r
 gModuleBuildTracking = dict()\r
 \r
 # Dictionary of booleans that dictate whether a module or\r