File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -323,10 +323,11 @@ clean-nrf:
323323clean-stm :
324324 $(MAKE ) -C ports/stm BOARD=feather_stm32f405_express clean
325325
326+
327+ # This update will fail because the commits we need aren't the latest on the
328+ # branch. We can ignore that though because we fix it with the second command.
329+ # (Only works for git servers that allow sha fetches.)
326330.PHONY : fetch-submodules
327331fetch-submodules :
328- # This update will fail because the commits we need aren't the latest on the
329- # branch. We can ignore that though because we fix it with the second command.
330- # (Only works for git servers that allow sha fetches.)
331332 git submodule update --init -N --depth 1 || true
332333 git submodule foreach ' git fetch --tags --depth 1 origin $$sha1 && git checkout -q $$sha1'
You can’t perform that action at this time.
0 commit comments