From bce24a2e8d95e7e60a92d5234d343965634571a1 Mon Sep 17 00:00:00 2001 From: The-going <48602507+The-going@users.noreply.github.com> Date: Wed, 10 Jun 2020 19:37:20 +0300 Subject: [PATCH] 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 --- lib/compilation.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/compilation.sh b/lib/compilation.sh index 151ca06a30..ecf1fb6584 100644 --- a/lib/compilation.sh +++ b/lib/compilation.sh @@ -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)