From 5fb0d1098f33a7806ec2a8daba0cd4c4d747562b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 13 Sep 2026 22:45:27 +0100 Subject: mk: simplified command handling just do includes in mk again. common.sh was stupidly small, just pointless. replace the entire command dispatcher with eval, printf and awk, because i can, and it further reduces sloccount. Signed-off-by: Leah Rowe --- include/common.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 include/common.sh (limited to 'include/common.sh') diff --git a/include/common.sh b/include/common.sh deleted file mode 100644 index 9861fc16..00000000 --- a/include/common.sh +++ /dev/null @@ -1,21 +0,0 @@ -# SPDX-License-Identifier: GPL-3.0-or-later - -. "include/lib.sh" -. "include/env/init.sh" -. "include/env/get.sh" - -. "include/fw/vendor.sh" -. "include/fw/mrc.sh" -. "include/fw/inject.sh" -. "include/fw/rom.sh" - -. "include/mk/release.sh" - -# tree.sh is included from the main mk script - -xbcommands=" \ -version \ -release \ -download \ -inject \ -" -- cgit v1.2.1