mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-10-17 20:12:29 +00:00
![]() When c/h file use macro after #include, for example,
In this case, GenMake is not able to create a healthy dependency for the c
file. GenMake used to add $(FORCE_REBUILD) dependency in the c file, this
guarantee the c file is always compiled in incremental build. But, this
function is broken since
|
||
---|---|---|
.. | ||
C | ||
Python |