From bc8ece0a7e1643310cc0dabe4bc303a6ed9b1802 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 6 Dec 2016 17:15:55 +0100 Subject: build: Disable git submodule remote tracking Instead of fetching remote branch head, stick to commits we bound to in Armband. This prevents further breakage when our submodules are updated upstream. Change-Id: I231aa4458bfea51608400d3a6c7d670f4413176d Signed-off-by: Alexandru Avadanii --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d3bc979a..11e815a3 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ submodules-init: @if [ ! -d ${FUEL_BASE}/build ]; then \ git submodule -q init; \ git submodule -q sync; \ - git submodule update --remote; \ + git submodule update; \ fi # Clean any changes made to submodules, checkout Armband root commit -- cgit 1.2.3-korg