Browse Source

Use dirclean instead of distclean

bryan 4 months ago
parent
commit
e04a5a2de4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      openwrtbuilder

+ 1 - 1
openwrtbuilder

@@ -526,7 +526,7 @@ from_source() {
   
   # Cleanup build environment
   ((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
 
   # Update package feed
   ./scripts/feeds update -i -f &&