makefile: use --recurse-submodules for initial ChezScheme checkout

Related to #2945
This commit is contained in:
Matthew Flatt 2019-12-27 05:12:05 -06:00
parent c6e9d6cfd4
commit 8ef11a9b06

View File

@ -272,7 +272,7 @@ MAKE_BUILD_SCHEME = checkout
# for Chez Scheme, and add `-b <branch>` to `GIT_CLONE_ARGS_qq`
# to clone a particular branch from that repo
CHEZ_SCHEME_REPO = https://github.com/racket/ChezScheme
GIT_CLONE_ARGS_qq = -q --depth 1
GIT_CLONE_ARGS_qq = -q --recurse-submodules --depth 1
# Altenative source for Chez Scheme repo, normally set by
# the distro-build client driver