]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/GenMake.py
BaseTools: Fixed a incremental build bug
authorBob Feng <bob.c.feng@intel.com>
Fri, 17 Jan 2020 03:11:27 +0000 (11:11 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sun, 19 Jan 2020 07:46:18 +0000 (07:46 +0000)
commit5cd3d4bc43e543caf5f78baaacced8aaf04c1d91
tree3a63e589900174727ba19c2e4b6dd77d4b9631c3
parent18fcb3759888ef2415a9fefe1fffb7f8b9b9211d
BaseTools: Fixed a incremental build bug

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 by setting each header file
as a target without any actions in makefile.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/GenMake.py
BaseTools/Source/Python/AutoGen/IncludesAutoGen.py
BaseTools/Source/Python/build/build.py