Pārlūkot izejas kodu

Test dirclean for faster performance

bryan 2 gadi atpakaļ
vecāks
revīzija
7bea684ecf
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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"