From 8ef11a9b0608cddc16290ad0b656ac8da8d5712d Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 27 Dec 2019 05:12:05 -0600 Subject: [PATCH] makefile: use `--recurse-submodules` for initial ChezScheme checkout Related to #2945 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b78288887..0799898e0b 100644 --- a/Makefile +++ b/Makefile @@ -272,7 +272,7 @@ MAKE_BUILD_SCHEME = checkout # for Chez Scheme, and add `-b ` 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