瀏覽代碼

Retry dirclean

bryan 5 月之前
父節點
當前提交
ff275aa0ad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      openwrtbuilder

+ 1 - 1
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))")