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:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user