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:
authorCampbell Barton <ideasman42@gmail.com>2017-09-29 12:02:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-09-29 12:02:20 +0300
commit04e8a096622cfb91b728fa48edbc1c31ced226c1 (patch)
tree5114df585b7f813aef8e9ef01a27d265a1eb3634 /GNUmakefile
parent9cba119051e7ce3365939943a5c1e47f3c2a5e69 (diff)
GNUmakefile: add back 'git pull'
Seems this was removed by accident.
Diffstat (limited to 'GNUmakefile')
-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