aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-12-06 17:15:55 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-12-06 17:25:12 +0100
commitbc8ece0a7e1643310cc0dabe4bc303a6ed9b1802 (patch)
treec7f583836fc7713a24beac3c810cf2fdd3dc7b08 /Makefile
parent754d08a7e7cb39795920722821e59bfa40dddf4b (diff)
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 <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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