From a8cafce7c0d16c3c5a0d928b4a0e31207d399de0 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Thu, 3 Sep 2020 15:26:40 -0500 Subject: [PATCH] fix: use --recursive opt of git-submodule to generate vendor/.nimble (#13) --- makefiles/targets.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/targets.mk b/makefiles/targets.mk index 1843218..48b715b 100644 --- a/makefiles/targets.mk +++ b/makefiles/targets.mk @@ -111,7 +111,7 @@ endif $(NIMBLE_DIR): mkdir -p $(NIMBLE_DIR)/pkgs NIMBLE_DIR="$(CURDIR)/$(NIMBLE_DIR)" PWD_CMD="$(PWD)" \ - git submodule foreach --quiet '$(CURDIR)/$(BUILD_SYSTEM_DIR)/scripts/create_nimble_link.sh "$$sm_path"' + git submodule foreach --recursive --quiet '$(CURDIR)/$(BUILD_SYSTEM_DIR)/scripts/create_nimble_link.sh "$$sm_path"' clean-common: rm -rf build/{*.exe,*.so,*.so.0} $(NIMBLE_DIR) $(NIM_BINARY) $(NIM_DIR)/bin/timestamp $(NIM_DIR)/nimcache nimcache