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:
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f220e2f5e65..1143ac6e1f1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -426,6 +426,7 @@ update: .FORCE
svn cleanup ../lib/* ; \
svn update ../lib/* ; \
fi
+ git pull --rebase
git submodule update --init --recursive
git submodule foreach git checkout master
git submodule foreach git pull --rebase origin master