Merge pull request #1654 from armbian/atf-switch-to-distclean

Switched ATF cleaning method to distclean
This commit is contained in:
Martin Ayotte 2019-12-02 10:01:16 -05:00 committed by GitHub
commit ba71fbbdde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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