mirror of
https://github.com/armbian/build.git
synced 2025-08-14 23:26:57 +02:00
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:
parent
5d88511bb3
commit
bce24a2e8d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user