diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-06 01:59:13 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-06 01:59:13 +0100 |
commit | 2d16e1ee479d692e3bd4ad722505a87ef8ffb5ba (patch) | |
tree | 5bffc4389900d9befa3a1d400f6c17c66ba45bd0 /script/build/release | |
parent | 1c2de7f962115a96668aa1f66b1cc1fee3be6922 (diff) |
rename build/project/trees to update/project/build
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build/release')
-rwxr-xr-x | script/build/release/src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/script/build/release/src b/script/build/release/src index 36bd68ca..3a966015 100755 --- a/script/build/release/src +++ b/script/build/release/src @@ -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/* |