diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-05 23:50:31 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-06 01:16:39 +0100 |
commit | 176722a841e59f4a6664bad45dc9344364a4a166 (patch) | |
tree | 33317d5e0966c4b5ffe1b2f0392233a4ccc52da4 /script/build/release/src | |
parent | 9d419e77a0621ddf8398edecb40ddedc3388dc42 (diff) |
unify handle/make/* into build/project/trees
Just one script.
Just one.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build/release/src')
-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 1a504133..36bd68ca 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_ ./handle make file -c "coreboot/default/util/kbc1126" - x_ ./handle make config -x coreboot + x_ ./build project trees -c "coreboot/default/util/kbc1126" + x_ ./build project trees -x coreboot for p in u-boot seabios coreboot; do - x_ ./handle make config -c "${p}" + x_ ./build project trees -c "${p}" done - x_ ./handle make file -c bios_extract flashrom grub uefitool \ + x_ ./build project trees -c bios_extract flashrom grub uefitool \ util-fw/stm32-vserprog util-fw/stm32-vserprog/libopencm3 \ memtest86plus/build32 memtest86plus/build64 util/* |