We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bc293 commit b0ed217Copy full SHA for b0ed217
Makefile.in
@@ -346,6 +346,7 @@ endif
346
347
$(srcdir)/%/.git:
348
cd $(srcdir) && \
349
+ flock `git rev-parse --git-dir`/config git fetch --all && \
350
flock `git rev-parse --git-dir`/config git submodule init $(dir $@) && \
351
flock `git rev-parse --git-dir`/config git submodule update --progress --depth 1 $(dir $@)
352
0 commit comments