mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
Move make pull submodule sync to rust configure
This commit is contained in:
parent
b5cdf702aa
commit
9a581f7667
2
Makefile
2
Makefile
@ -69,8 +69,6 @@ endif # PODMAN_BUILD
|
||||
|
||||
pull:
|
||||
git pull
|
||||
git submodule sync --recursive
|
||||
git submodule update --recursive --init
|
||||
|
||||
repo: $(BUILD)/repo.tag
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user