mk: remove -c and -x commands (clean/xgcc-clean)

the user never runs these. it's not needed. the design
of lbmk already cleans everything, or caches everything,
between builds. everything cached out of tree.

it's not expected to ever need to clean manually, so just
remove the option. knobs are for nobs.

releases don't need it either, because we tar everything
before building, thus eliminating all build artifacts.
we do this on a fresh copy of lbmk on ./mk release

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-09-15 20:38:08 +01:00
parent 6725b616f3
commit 59cbc1784c
2 changed files with 3 additions and 33 deletions
-8
View File
@@ -26,11 +26,3 @@ cbfscfg=""
premake="corebootpremake"
mkhelper="coreboot_pad_one_byte"
postmake="mkcorebootbin"
# must confirm, but i think git-clean
# will also delete crossgcc builds in
# coreboot.git, which we do not currently
# rely on out-of-tree
gitclean="n"
# so, TODO: support out-of-tree xgcc builds