diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-20 16:37:44 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-20 16:37:44 +0100 |
| commit | 324e46a87c299623f5c1ab34131637dfa56c7500 (patch) | |
| tree | e260c62473418504f3cb4c7d0c746b057aede91f | |
| parent | 8c50373d5977d630626b14719977dc51a3ae2bdf (diff) | |
mk: don't skip fetch if noconfig=y
otherwise, fetching won't work!
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rwxr-xr-x | mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -241,9 +241,6 @@ configure_target() # filename in srcdir when copying e.g. coreboot defconfig -> .config [ -z "$cfgname" ] && cfgname="$cfgname_default" # e.g. $srcdir/.config - [ "$noconfig" = "y" ] && $if_make_config \ - return 1 - mdir="$xbmkpwd/config/submodule/$project/$tree" [ -f "CHANGELOG" ] && return 0 # disable fetching on release archives |
