diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-15 20:38:08 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-15 20:38:08 +0100 |
| commit | 59cbc1784cc2f1e7d80ab93eaebdb71f5f2b3a49 (patch) | |
| tree | ce21397ebcd661541791c0efd06b774487baf3e4 /config/data/coreboot | |
| parent | 6725b616f328f44faa8c2a386875b54fc8144093 (diff) | |
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>
Diffstat (limited to 'config/data/coreboot')
| -rw-r--r-- | config/data/coreboot/mkhelper.cfg | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/data/coreboot/mkhelper.cfg b/config/data/coreboot/mkhelper.cfg index 6808f18f..8414ab53 100644 --- a/config/data/coreboot/mkhelper.cfg +++ b/config/data/coreboot/mkhelper.cfg @@ -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 |
