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:
Leah Rowe
2025-05-12 18:01:53 +01:00
parent c9696e2333
commit 05b5914b35
4 changed files with 5 additions and 14 deletions
-8
View File
@@ -46,14 +46,6 @@ e()
printf "%s %s\n" "$1" "$es2" 1>&2
}
mk()
{
mk_flag="$1" || err "No argument given"
shift 1 && for mk_arg in "$@"; do
x_ ./mk $mk_flag $mk_arg
done; :
}
setvars()
{
_setvars=""