mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-09-19 21:20:31 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user