Move make pull submodule sync to rust configure

This commit is contained in:
Wildan M 2025-11-20 23:46:30 -08:00
parent b5cdf702aa
commit 9a581f7667
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79
2 changed files with 1 additions and 2 deletions

View File

@ -69,8 +69,6 @@ endif # PODMAN_BUILD
pull:
git pull
git submodule sync --recursive
git submodule update --recursive --init
repo: $(BUILD)/repo.tag

View File

@ -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