mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 14:59:34 +02:00
rename build/project/trees to update/project/build
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -128,7 +128,7 @@ prepare_target()
|
||||
|
||||
memtest_bin="memtest86plus/build${arch#*_}/memtest.bin"
|
||||
[ "${payload_memtest}" != "y" ] || [ -f "${memtest_bin}" ] || \
|
||||
x_ ./build project trees -b ${memtest_bin%/*}
|
||||
x_ ./update project build -b ${memtest_bin%/*}
|
||||
|
||||
x_ rm -f "${romdir}/"*
|
||||
|
||||
@@ -145,7 +145,7 @@ build_dependency_seabios()
|
||||
|| [ ! -f elf/seabios/default/libgfxinit/bios.bin.elf ] \
|
||||
|| [ ! -f elf/seabios/default/vgarom/bios.bin.elf ] \
|
||||
|| [ ! -f elf/seabios/default/normal/bios.bin.elf ]; then
|
||||
x_ ./build project trees -b seabios
|
||||
x_ ./update project build -b seabios
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -173,7 +173,7 @@ build_dependency_uboot()
|
||||
{
|
||||
[ "${payload_uboot}" = "y" ] || return 0
|
||||
|
||||
x_ ./build project trees -b u-boot ${board}
|
||||
x_ ./update project build -b u-boot ${board}
|
||||
ubdir="elf/u-boot/${board}/${uboot_config}"
|
||||
ubootelf="${ubdir}/u-boot.elf"
|
||||
[ ! -f "${ubootelf}" ] && [ -f "${ubdir}/u-boot.bin" ] && \
|
||||
@@ -210,7 +210,7 @@ build_roms()
|
||||
"${cbcfg}" "${board}" "${displaymode}" "${initmode}" \
|
||||
1>&2 && return 0
|
||||
|
||||
x_ ./build project trees -b coreboot ${board}
|
||||
x_ ./update project build -b coreboot ${board}
|
||||
|
||||
_cbrom="elf/coreboot/${board}/${initmode}_${displaymode}"
|
||||
[ "${initmode}" = "normal" ] && \
|
||||
|
||||
Reference in New Issue
Block a user