From 1b32a669328d576bcc4be9a695893ebe2f1ac743 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 27 Aug 2018 14:28:07 -0700 Subject: [PATCH] more aggressive git pulls --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2ae9cbb..57be1b9 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,8 @@ checkout-submodules: git-pull maintainer-update-submodules: git submodule update --recursive --remote --init + git submodule foreach git checkout master + git submodule foreach git pull origin master git-pull: git pull