Workaround dirclean bug

This commit is contained in:
2024-05-21 17:23:51 -04:00
parent 6f793dddb9
commit 6747571cf9

View File

@@ -673,7 +673,7 @@ fromSource() {
# Make prep
(( DEBUG )) && make_opts+=("V=s")
execute make "${make_opts[@]}" "-j1" dirclean
execute make "${make_opts[@]}" "-j1" distclean # TODO 'dirclean' has a bug that triggers menuconfig
execute make "${make_opts[@]}" "-j1" defconfig
execute make "${make_opts[@]}" "-j1" download