diff --git a/lib/compilation.sh b/lib/compilation.sh index 51217fee82..7bb9090237 100644 --- a/lib/compilation.sh +++ b/lib/compilation.sh @@ -26,7 +26,7 @@ compile_atf() { if [[ $CLEAN_LEVEL == *make* ]]; then display_alert "Cleaning" "$ATFSOURCEDIR" "info" - (cd $SRC/cache/sources/$ATFSOURCEDIR; make clean > /dev/null 2>&1) + (cd $SRC/cache/sources/$ATFSOURCEDIR; make distclean > /dev/null 2>&1) fi if [[ $USE_OVERLAYFS == yes ]]; then