From 1db4f33217a480364f84ceab1776573a1616cef4 Mon Sep 17 00:00:00 2001 From: Anrock Date: Tue, 8 Jan 2019 04:23:16 +0300 Subject: [PATCH] Sync & update submodules recursively in Shakefile --- Shakefile.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shakefile.hs b/Shakefile.hs index dd37a40c1..825b79cc2 100755 --- a/Shakefile.hs +++ b/Shakefile.hs @@ -129,8 +129,8 @@ buildIcuMacosFix version = execStackWithYaml_ updateSubmodules :: Action () updateSubmodules = do - command_ [] "git" ["submodule", "sync"] - command_ [] "git" ["submodule", "update", "--init"] + command_ [] "git" ["submodule", "sync", "--recursive"] + command_ [] "git" ["submodule", "update", "--init", "--recursive"] installCabal :: GhcPath -> Action () installCabal ghc = do