mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Update makefile rules to run antlr and dlg to completion before compiling any of the generated cpp files. Without this change, parallel make may start compiling some of the cpp files before both antlr and dlg have finished which produces syntax errors from compilation with partially generated files. Also use &: so the targets are treated as a group and the rule is only executed once for the entire group. Without this change, parallel make may run the rule actions more than once and modify the output while it is being used by another rule. Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> |
||
|---|---|---|
| .. | ||
| Pccts | ||
| EfiVfr.h | ||
| GNUmakefile | ||
| Makefile | ||
| VfrCompiler.cpp | ||
| VfrCompiler.h | ||
| VfrError.cpp | ||
| VfrError.h | ||
| VfrFormPkg.cpp | ||
| VfrFormPkg.h | ||
| VfrSyntax.g | ||
| VfrUtilityLib.cpp | ||
| VfrUtilityLib.h | ||