Re: [edk2-devel] [Patch 1/1] BaseTools: Fixed a Incremental build issue

2020-02-07 Thread Liming Gao
Reviewed-by: Liming Gao > -Original Message- > From: Feng, Bob C > Sent: Friday, February 7, 2020 4:42 PM > To: edk2-de...@lists.01.org; devel@edk2.groups.io > Cc: Feng, Bob C ; Dong, Guo ; Gao, > Liming > Subject: [Patch 1/1] BaseTools: Fixed a Incremental build issue > > From: Bob F

[edk2-devel] [Patch 1/1] BaseTools: Fixed a Incremental build issue

2020-02-07 Thread Bob Feng
The .map file is not update to FFS_OUTPUT_DIR folder in the incremental build. Signed-off-by: Guo Dong Signed-off-by: Bob Feng Cc: Liming Gao --- BaseTools/Source/Python/AutoGen/GenMake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseTools/Source/Python/AutoGen/GenMa

[edk2-devel] [Patch 1/1] BaseTools: Fixed a Incremental build issue

2020-02-07 Thread Bob Feng
From: Bob Feng The .map file is not update to FFS_OUTPUT_DIR folder in the incremental build. Signed-off-by: Guo Dong Signed-off-by: Bob Feng Cc: Liming Gao --- BaseTools/Source/Python/AutoGen/GenMake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseTools/Source/Pyt