mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 07:19:40 +02:00
rename build/project/trees to update/project/build
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -101,12 +101,12 @@ purge_files()
|
||||
(
|
||||
x_ cd "${srcdir}/"
|
||||
[ ! -d "coreboot/default/util/kbc1126" ] || \
|
||||
x_ ./build project trees -c "coreboot/default/util/kbc1126"
|
||||
x_ ./build project trees -x coreboot
|
||||
x_ ./update project build -c "coreboot/default/util/kbc1126"
|
||||
x_ ./update project build -x coreboot
|
||||
for p in u-boot seabios coreboot; do
|
||||
x_ ./build project trees -c "${p}"
|
||||
x_ ./update project build -c "${p}"
|
||||
done
|
||||
x_ ./build project trees -c bios_extract flashrom grub uefitool \
|
||||
x_ ./update project build -c bios_extract flashrom grub uefitool \
|
||||
util-fw/stm32-vserprog util-fw/stm32-vserprog/libopencm3 \
|
||||
memtest86plus/build32 memtest86plus/build64 util/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user