Skip to content

Commit 85adc25

Browse files
jimmodpgeorge
authored andcommitted
py/mkrules.mk: Do submodule sync in "make submodules".
Signed-off-by: Jim Mussared <[email protected]>
1 parent 53145c4 commit 85adc25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/mkrules.mk

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ endif
214214
submodules:
215215
$(ECHO) "Updating submodules: $(GIT_SUBMODULES)"
216216
ifneq ($(GIT_SUBMODULES),)
217+
$(Q)git submodule sync $(addprefix $(TOP)/,$(GIT_SUBMODULES))
217218
$(Q)git submodule update --init $(addprefix $(TOP)/,$(GIT_SUBMODULES))
218219
endif
219220
.PHONY: submodules

0 commit comments

Comments
 (0)