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 7317ccf commit 2d9909aCopy full SHA for 2d9909a
Makefile.in
@@ -347,7 +347,7 @@ endif
347
$(srcdir)/%/.git:
348
cd $(srcdir) && \
349
flock `git rev-parse --git-dir`/config git submodule init $(dir $@) && \
350
- flock `git rev-parse --git-dir`/config git submodule update --progress $(dir $@)
+ flock `git rev-parse --git-dir`/config git submodule update --progress --depth 1 $(dir $@)
351
352
stamps/install-host-gcc: $(GCC_SRCDIR) $(GCC_SRC_GIT)
353
if test -f $</contrib/download_prerequisites && test "@NEED_GCC_EXTERNAL_LIBRARIES@" = "true"; then cd $< && ./contrib/download_prerequisites; fi
0 commit comments