GNUmakefile: add back 'git pull'

Seems this was removed by accident.
This commit is contained in:
Campbell Barton
2017-09-29 19:02:20 +10:00
parent 9cba119051
commit 04e8a09662

View File

@@ -426,6 +426,7 @@ update: .FORCE
svn cleanup ../lib/* ; \ svn cleanup ../lib/* ; \
svn update ../lib/* ; \ svn update ../lib/* ; \
fi fi
git pull --rebase
git submodule update --init --recursive git submodule update --init --recursive
git submodule foreach git checkout master git submodule foreach git checkout master
git submodule foreach git pull --rebase origin master git submodule foreach git pull --rebase origin master