armbian-next: fix old fuction name refrence cleaning to general_cleaning
This commit is contained in:
parent
cb38a8071b
commit
28c7645a14
@ -1,4 +1,4 @@
|
||||
# cleaning <target>
|
||||
# general_cleaning <target>
|
||||
|
||||
# target: what to clean
|
||||
# "make-atf" = make clean for ATF, if it is built.
|
||||
|
||||
@ -31,7 +31,7 @@ function main_default_build_single() {
|
||||
fi
|
||||
|
||||
if [[ $CLEAN_LEVEL == *sources* ]]; then
|
||||
cleaning "sources"
|
||||
general_cleaning "sources"
|
||||
fi
|
||||
|
||||
# Too many things being done. Allow doing only one thing. For core development, mostly.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user