mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
lib.sh: remove mk()
i don't need it. i can use fx_ instead, on functions that previously called mk(). Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-1
@@ -55,7 +55,8 @@ build_release()
|
||||
(
|
||||
x_ cd "$relsrcdir"
|
||||
x_ ./mk -d coreboot
|
||||
mk -b coreboot pico-serprog stm32-vserprog pcsx-redux
|
||||
fx_ "x_ ./mk -b" printf \
|
||||
"coreboot\npico-serprog\nstm32-vserprog\npcsx-redux\n"
|
||||
|
||||
fx_ mkrom_tarball x_ find bin -maxdepth 1 -type d -name "serprog_*"
|
||||
x_ mv bin ../roms
|
||||
|
||||
Reference in New Issue
Block a user