]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/ModuleAutoGen.py
BaseTools: Fix incremental build bug
authorFeng, Bob C <bob.c.feng@intel.com>
Tue, 13 Aug 2019 04:09:17 +0000 (12:09 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Wed, 14 Aug 2019 02:23:25 +0000 (10:23 +0800)
commita000d5d1cac3a3df329e26877ad181a632b4e6ed
tree71393796843c0494b3b5cbce285f936569865b0b
parent46f8a6891606746ca8b1e684ac379ce271306dc0
BaseTools: Fix incremental build bug

https://bugzilla.tianocore.org/show_bug.cgi?id=2078

This is a build tool regression issue that
is introduced by multiple-process-autogen.

The workspace timestamp value is not pass
to module autogen object correctly, so build tool
does not detect the change of .dsc and ignore the autogen.

This patch is to fix this issue.

Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Tested-by: Michael D Kinney <michael.d.kinney@intel.com>
BaseTools/Source/Python/AutoGen/ModuleAutoGen.py