From 9a581f766704a061d94c0c6610d664a34fbfe4b4 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Thu, 20 Nov 2025 23:46:30 -0800 Subject: [PATCH] Move make pull submodule sync to rust configure --- Makefile | 2 -- mk/prefix.mk | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1254c8792..982a3a592 100644 --- a/Makefile +++ b/Makefile @@ -69,8 +69,6 @@ endif # PODMAN_BUILD pull: git pull - git submodule sync --recursive - git submodule update --recursive --init repo: $(BUILD)/repo.tag diff --git a/mk/prefix.mk b/mk/prefix.mk index 48ebc223f..4fa0e8716 100644 --- a/mk/prefix.mk +++ b/mk/prefix.mk @@ -162,6 +162,7 @@ endif else $(ROOT)/rust/configure: + git submodule sync --recursive git submodule update --progress --init --recursive --checkout rust PREFIX_FREESTANDING_INSTALL=$(PREFIX)/gcc-freestanding-install