mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
Makefile: fix submodulesupdate
This commit is contained in:
@@ -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/*
|
||||||
|
|||||||
Reference in New Issue
Block a user