]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
fix git submodule update
authorMarkham <markham001@gmx.de>
Sat, 3 Oct 2020 15:54:24 +0000 (17:54 +0200)
committerMarkham <markham001@gmx.de>
Sat, 3 Oct 2020 15:54:24 +0000 (17:54 +0200)
make/prerequisites.mk

index b51b374f27119b3fa7a59ac4d83daef232802442..11b5fff4400b727038a63b8231926e5863150ee9 100755 (executable)
@@ -133,7 +133,8 @@ $(GIT_PLUGINS):
                if [ -d $(GIT_PLUGINS) ]; then \
                        cd $(GIT_PLUGINS) && \
                        git pull origin master; \
-                       git submodule update; \
+                       git submodule foreach --recursive git fetch; \
+                       git submodule foreach git merge origin master; \
                else \
                        git clone --recursive $(CSGIT)/$(REPO_PLUGINS) PLUGINS; \
                fi