From 8bb770bc3ef3e7f165ac545f323953fd2836117e Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 21 May 2024 17:25:33 -0400 Subject: [PATCH] Less destructive clean --- openwrtbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrtbuilder b/openwrtbuilder index 6fc2271..e2e67e7 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -673,7 +673,7 @@ fromSource() { # Make prep (( DEBUG )) && make_opts+=("V=s") - execute make "${make_opts[@]}" "-j1" distclean # TODO 'dirclean' has a bug that triggers menuconfig + execute make "${make_opts[@]}" "-j1" targetclean # TODO 'dirclean' has a bug that triggers menuconfig execute make "${make_opts[@]}" "-j1" defconfig execute make "${make_opts[@]}" "-j1" download