Use dirclean instead of distclean

This commit is contained in:
2024-12-07 15:13:37 -05:00
parent 395263ee66
commit e04a5a2de4

View File

@@ -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 &&