]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix dependency issue in PcdValueInit
authorJake Garver <jake@nvidia.com>
Thu, 7 Apr 2022 16:59:03 +0000 (00:59 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 6 Jun 2022 00:02:30 +0000 (00:02 +0000)
commit0b36dea3f8b71ddddc4fdf3a5d2edf395115568b
treeb81b2809b5b93703b1ea896102d7c7cd0d540431
parent0a4019ec9de64c6565ea545dc8d847afe2b30d6c
BaseTools: Fix dependency issue in PcdValueInit

The generated Makefile was missing a dependency.  This resulted in a
build-time race condition if the recursive make is multi-threaded and
shares job control.

Signed-off-by: Jake Garver <jake@nvidia.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/Workspace/DscBuildData.py