mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 03:21:01 +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:
+1
-1
@@ -238,7 +238,7 @@ bootstrap()
|
||||
rmodtool="elf/cbfstool/$tree/rmodtool"
|
||||
|
||||
x_ ./mk -f coreboot "${cbdir##*/}"
|
||||
mk -b uefitool biosutilities bios_extract
|
||||
fx_ "x_ ./mk -b" printf "uefitool\nbiosutilities\nbios_extract\n"
|
||||
[ -d "${kbc1126_ec_dump%/*}" ] && x_ make -C "$cbdir/util/kbc1126"
|
||||
[ -n "$MRC_refcode_cbtree" ] && \
|
||||
cbfstoolref="elf/cbfstool/$MRC_refcode_cbtree/cbfstool" && \
|
||||
|
||||
Reference in New Issue
Block a user