From 04e8a096622cfb91b728fa48edbc1c31ced226c1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 29 Sep 2017 19:02:20 +1000 Subject: GNUmakefile: add back 'git pull' Seems this was removed by accident. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3