mirror of
https://github.com/status-im/nimbus-build-system.git
synced 2025-02-17 23:06:47 +00:00
update-common: add "git restore ."
This commit is contained in:
parent
9c2ef2c85d
commit
254f2379b6
@ -57,6 +57,7 @@ update-common: | sanity-checks
|
|||||||
# changing URLs in a submodule's submodule means we have to sync and update twice
|
# changing URLs in a submodule's submodule means we have to sync and update twice
|
||||||
git submodule sync --quiet --recursive
|
git submodule sync --quiet --recursive
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
git submodule foreach --quiet 'git restore .'
|
||||||
rm -rf $(NIMBLE_DIR)
|
rm -rf $(NIMBLE_DIR)
|
||||||
+ $(MAKE) --no-print-directory deps
|
+ $(MAKE) --no-print-directory deps
|
||||||
ifeq ($(USE_SYSTEM_NIM), 0)
|
ifeq ($(USE_SYSTEM_NIM), 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user