소스 검색

Test dirclean for faster performance

bryan 2 년 전
부모
커밋
7bea684ecf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      openwrtbuilder

+ 1 - 1
openwrtbuilder

@@ -707,7 +707,7 @@ fromSource() {
     # make distclean # compiled output, toolchain, build tools, .config, feeds, .ccache
 
     debug "make ${make_opts[*]} dirclean"
-    make "${make_opts[@]}" dirclean
+    make "${make_opts[@]}" targetclean
     debug "make ${make_opts[*]} download"
     make "${make_opts[@]}" download
     debug "make ${make_opts[*]} -j$(nproc) world"