delete Checking out sources from compile_uboot() (#1999)

At this point the repository is already clean,
and the next line is not needed.

Fix issues #1952
This commit is contained in:
The-going 2020-06-10 19:37:20 +03:00 committed by GitHub
parent 5d88511bb3
commit bce24a2e8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,9 +140,6 @@ compile_uboot()
local target_patchdir=$(cut -d';' -f2 <<< $target)
local target_files=$(cut -d';' -f3 <<< $target)
display_alert "Checking out sources"
git checkout -f -q HEAD
if [[ $CLEAN_LEVEL == *make* ]]; then
display_alert "Cleaning" "$BOOTSOURCEDIR" "info"
(cd $SRC/cache/sources/$BOOTSOURCEDIR; make clean > /dev/null 2>&1)