forked from Archive/PX4-Autopilot
Makefile: fix submodulesupdate
This commit is contained in:
parent
810d2e9497
commit
212898ff42
2
Makefile
2
Makefile
|
@ -481,7 +481,7 @@ submodulesupdate:
|
||||||
@git submodule update --quiet --init --recursive --jobs 4 || true
|
@git submodule update --quiet --init --recursive --jobs 4 || true
|
||||||
@git submodule sync --recursive
|
@git submodule sync --recursive
|
||||||
@git submodule update --init --recursive --jobs 4
|
@git submodule update --init --recursive --jobs 4
|
||||||
@git fetch --all --tags ---recurse-submodules=yes --jobs=4
|
@git fetch --all --tags --recurse-submodules=yes --jobs=4
|
||||||
|
|
||||||
gazeboclean:
|
gazeboclean:
|
||||||
@rm -rf ~/.gazebo/*
|
@rm -rf ~/.gazebo/*
|
||||||
|
|
Loading…
Reference in New Issue