mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-15 19:31:42 +00: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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue