Makefile: submodulesupdate include fetching all tags recursively

This commit is contained in:
Daniel Agar 2021-09-05 14:50:56 -04:00
parent 93075ad5e8
commit a4e9444ca4
No known key found for this signature in database
GPG Key ID: FD3CBA98017A69DE
1 changed files with 1 additions and 0 deletions

View File

@ -481,6 +481,7 @@ submodulesupdate:
@git submodule update --quiet --init --recursive --jobs 4 || true
@git submodule sync --recursive
@git submodule update --init --recursive --jobs 4
@git fetch --all --tags ---recurse-submodules=yes --jobs=4
gazeboclean:
@rm -rf ~/.gazebo/*