We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf2c3a commit a8d50fbCopy full SHA for a8d50fb
py/mkrules.mk
@@ -268,7 +268,7 @@ submodules:
268
$(ECHO) "Updating submodules: $(GIT_SUBMODULES)"
269
ifneq ($(GIT_SUBMODULES),)
270
$(Q)cd $(TOP) && git submodule sync $(GIT_SUBMODULES)
271
- $(Q)cd $(TOP) && git submodule update --init --filter=blob:none $(GIT_SUBMODULES) || \
+ $(Q)cd $(TOP) && git submodule update --init --filter=blob:none $(GIT_SUBMODULES) 2>/dev/null || \
272
git submodule update --init $(GIT_SUBMODULES)
273
endif
274
.PHONY: submodules
0 commit comments