armbian-next: fix old fuction name refrence cleaning to general_cleaning

This commit is contained in:
Lane Jennison 2022-10-01 10:37:51 +00:00 committed by Ricardo Pardini
parent cb38a8071b
commit 28c7645a14
No known key found for this signature in database
GPG Key ID: 3D38CA12A66C5D02
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# cleaning <target>
# general_cleaning <target>
# target: what to clean
# "make-atf" = make clean for ATF, if it is built.

View File

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