mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-24 05:48:41 +00:00
Switched ATF cleaning method to distclean
This commit is contained in:
parent
35e6943298
commit
cfaee9938a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue