mirror of
https://git.FreeBSD.org/src.git
synced 2026-06-02 11:24:32 +00:00
stand/efi/Makefile: fix build order
Move liblua32efi and ficl32efi before .WAIT, otherwise there's a race
between the interpreter and the loader being built.
Reported by: kbowling
Discussed with: kevans
Fixes: d15cc7625d
This commit is contained in:
+4
-3
@@ -5,9 +5,6 @@ NO_OBJ=t
|
||||
SUBDIR.yes+= libefi
|
||||
SUBDIR.${MK_LOADER_IA32}+= libsa32efi libefi32
|
||||
SUBDIR.${MK_FDT}+= fdt
|
||||
SUBDIR.yes+= .WAIT
|
||||
|
||||
SUBDIR.yes+= boot1 gptboot
|
||||
|
||||
.if ${LOADER_DEFAULT_INTERP} == "lua"
|
||||
SUBDIR.${MK_LOADER_IA32}+= liblua32efi
|
||||
@@ -15,6 +12,10 @@ SUBDIR.${MK_LOADER_IA32}+= liblua32efi
|
||||
SUBDIR.${MK_LOADER_IA32}+= ficl32efi
|
||||
.endif
|
||||
|
||||
SUBDIR.yes+= .WAIT
|
||||
|
||||
SUBDIR.yes+= boot1 gptboot
|
||||
|
||||
SUBDIR.${MK_FORTH}+= loader_4th
|
||||
SUBDIR.${MK_LOADER_LUA}+= loader_lua
|
||||
SUBDIR.${MK_LOADER_IA32}+= loader_ia32
|
||||
|
||||
Reference in New Issue
Block a user