mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-21 06:11:31 +00:00
Bugfix for multiple targets u-boot building
This commit is contained in:
parent
baab6587a5
commit
ca21800890
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ 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 $SOURCES/$BOOTSOURCEDIR; make clean > /dev/null 2>&1)
|
||||
|
|
Loading…
Add table
Reference in a new issue