Re: [edk2-devel] [Patch 1/1] BaseTools: Fixed a incremental build bug

2020-01-18 Thread Liming Gao
Bob: This patch fixes the incremental build issue for the header file removement. Please update the commit message with the detail solution. The code change is good. Reviewed-by: Liming Gao Thanks Liming -Original Message- From: Feng, Bob C Sent: 2020年1月17日 11:28 To: devel@edk2.gr

[edk2-devel] [Patch 1/1] BaseTools: Fixed a incremental build bug

2020-01-16 Thread Bob Feng
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2451 If removing a header file from source code and file system, the incremental build will fail. This patch is to fix this issue. Cc: Liming Gao Signed-off-by: Bob Feng --- BaseTools/Source/Python/AutoGen/GenMake.py | 9 +++-- Ba