From cfaee9938a88be801100de62d3570b7deed13da0 Mon Sep 17 00:00:00 2001 From: Piotr Szczepanik Date: Sat, 30 Nov 2019 23:11:06 +0100 Subject: [PATCH] Switched ATF cleaning method to distclean --- lib/compilation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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