]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: fix an incremental build issue.
authorFeng, Bob C <bob.c.feng@intel.com>
Wed, 28 Aug 2019 07:33:45 +0000 (15:33 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Thu, 29 Aug 2019 03:07:48 +0000 (11:07 +0800)
commitdf43ea6c08100487776bb0962c657d214e345ae7
tree1fe7a2cea4bddabdf1412abcf1eb4025aa87f468
parent30b4abc6e9141356639207d1cc280058a0229a36
BaseTools: fix an incremental build issue.

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

This patch is going to fix a regression issue of incremental
build which was introduced by the commit 94459080c.
The changing on INF file will not trigger module rebuild.

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