Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f692daed600..21183220b80 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -458,9 +458,8 @@ update: .FORCE
fi
git pull --rebase
git submodule update --init --recursive
- # Use blender2.8 branch for submodules that have it.
- git submodule foreach "git checkout blender2.8 || git checkout master"
- git submodule foreach git pull --rebase origin
+ git submodule foreach git checkout master
+ git submodule foreach git pull --rebase origin master
# -----------------------------------------------------------------------------