1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-26 12:12:12 +00:00

Check out submodules recursively.

Some submodules have their own submodules now, so --recursive is
needed to check out a complete source tree.
This commit is contained in:
Lars Brinkhoff
2020-09-18 09:46:13 +02:00
parent 83339df4c1
commit a7fb291885

View File

@@ -294,8 +294,8 @@ tools/supdup/supdup:
$(MAKE) -C tools/supdup
$(SMF):
$(GIT) submodule sync `dirname $@`
$(GIT) submodule update --init `dirname $@`
$(GIT) submodule sync --recursive `dirname $@`
$(GIT) submodule update --recursive --init `dirname $@`
tools/simh/BIN/pdp11:
$(MAKE) -C tools/simh pdp11