diff options
| author | Leah Rowe <leah@libreboot.org> | 2025-05-12 18:01:53 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2025-05-12 18:05:32 +0100 |
| commit | 05b5914b35492ddb4076873e0b6519396dfe92de (patch) | |
| tree | bbfd711aaa3c8f42c7d8c8a5dc547c011851210b /include/vendor.sh | |
| parent | c9696e233389f1f896dc70076cfc03f14f8a940a (diff) | |
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>
Diffstat (limited to 'include/vendor.sh')
| -rw-r--r-- | include/vendor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/vendor.sh index 73f2592c..fb49cca5 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -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" && \ |
