Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
495deb350a
5
Makefile
5
Makefile
@ -323,10 +323,11 @@ clean-nrf:
|
|||||||
clean-stm:
|
clean-stm:
|
||||||
$(MAKE) -C ports/stm BOARD=feather_stm32f405_express clean
|
$(MAKE) -C ports/stm BOARD=feather_stm32f405_express clean
|
||||||
|
|
||||||
.PHONY: fetch-submodules
|
|
||||||
fetch-submodules:
|
|
||||||
# This update will fail because the commits we need aren't the latest on the
|
# This update will fail because the commits we need aren't the latest on the
|
||||||
# branch. We can ignore that though because we fix it with the second command.
|
# branch. We can ignore that though because we fix it with the second command.
|
||||||
# (Only works for git servers that allow sha fetches.)
|
# (Only works for git servers that allow sha fetches.)
|
||||||
|
.PHONY: fetch-submodules
|
||||||
|
fetch-submodules:
|
||||||
git submodule update --init -N --depth 1 || true
|
git submodule update --init -N --depth 1 || true
|
||||||
git submodule foreach 'git fetch --tags --depth 1 origin $$sha1 && git checkout -q $$sha1'
|
git submodule foreach 'git fetch --tags --depth 1 origin $$sha1 && git checkout -q $$sha1'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user