Merge pull request #1654 from armbian/atf-switch-to-distclean
Switched ATF cleaning method to distclean
This commit is contained in:
commit
ba71fbbdde
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user