Przeglądaj źródła

Less destructive clean

bryan 10 miesięcy temu
rodzic
commit
8bb770bc3e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      openwrtbuilder

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