add a git-submodule
make target.
This commit is contained in:
parent
ba2ad57ca8
commit
ed56a6859f
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -551,6 +551,10 @@ test: test-all
|
||||||
.PHONY: test-clean
|
.PHONY: test-clean
|
||||||
test-clean: test-all-clean
|
test-clean: test-all-clean
|
||||||
|
|
||||||
|
git-submodule:
|
||||||
|
git submodule sync --recursive
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
ifdef SKIP_VERSION
|
ifdef SKIP_VERSION
|
||||||
SKIP_GIT := yes
|
SKIP_GIT := yes
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue