mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-12-08 15:27:49 +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 | ||