From ff275aa0ad664a0d25e4e4f63a4fbd9c53cdb57d Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 5 Dec 2024 22:00:08 -0500 Subject: [PATCH] Retry dirclean --- openwrtbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrtbuilder b/openwrtbuilder index a04390d..f1bd48e 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -583,7 +583,7 @@ from_source() { # Make prep ((VERBOSE)) && make_opts+=("V=s") - execute make "${make_opts[@]}" "-j1" distclean # TODO 'dirclean' has a bug that triggers menuconfig + execute make "${make_opts[@]}" "-j1" dirclean # TODO 'dirclean' has a bug that triggers menuconfig execute make "${make_opts[@]}" "-j1" defconfig execute make "${make_opts[@]}" "-j1" download # ((DEBUG)) && make_opts+=("-j1") || make_opts+=("-j$(($(nproc)+1))")