[Cryptech-Commits] [sw/stm32] 02/02: Try harder to pick up updates from our submodules.

git at cryptech.is git at cryptech.is
Wed May 25 01:35:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a commit to branch master
in repository sw/stm32.

commit d41a0247903218dde01b65d0de373e8e0a19541c
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Tue May 24 21:33:59 2016 -0400

    Try harder to pick up updates from our submodules.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2c4710f..57ed42c 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ export CFLAGS
 all: board-test cli-test libhal-test hsm
 
 init:
-	git submodule update --init --recursive
+	git submodule update --init --recursive --remote
 
 $(MBED_DIR)/libstmf4.a:
 	$(MAKE) -C $(MBED_DIR)



More information about the Commits mailing list