makefile: use --recurse-submodules
for initial ChezScheme checkout
Related to #2945
This commit is contained in:
parent
c6e9d6cfd4
commit
8ef11a9b06
2
Makefile
2
Makefile
|
@ -272,7 +272,7 @@ MAKE_BUILD_SCHEME = checkout
|
||||||
# for Chez Scheme, and add `-b <branch>` to `GIT_CLONE_ARGS_qq`
|
# for Chez Scheme, and add `-b <branch>` to `GIT_CLONE_ARGS_qq`
|
||||||
# to clone a particular branch from that repo
|
# to clone a particular branch from that repo
|
||||||
CHEZ_SCHEME_REPO = https://github.com/racket/ChezScheme
|
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
|
# Altenative source for Chez Scheme repo, normally set by
|
||||||
# the distro-build client driver
|
# the distro-build client driver
|
||||||
|
|
Loading…
Reference in New Issue
Block a user