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
1 changed files with 1 additions and 0 deletions

View File

@ -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