Use make distclean

This commit is contained in:
2024-11-25 17:23:59 -05:00
parent b245bffbc8
commit 5ae94d72b4

View File

@@ -575,7 +575,7 @@ from_source() {
# Make prep # Make prep
((DEBUG)) && make_opts+=("V=s") ((DEBUG)) && make_opts+=("V=s")
#execute make "${make_opts[@]}" "-j1" dirclean # TODO 'dirclean' has a bug that triggers menuconfig 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" defconfig
execute make "${make_opts[@]}" "-j1" download execute make "${make_opts[@]}" "-j1" download
((DEBUG)) && make_opts+=("-j1") || make_opts+=("-j$(($(nproc)+1))") ((DEBUG)) && make_opts+=("-j1") || make_opts+=("-j$(($(nproc)+1))")