Browse Source

Makefile: submodulesupdate include fetching all tags recursively

master
Daniel Agar 4 years ago
parent
commit
a4e9444ca4
No known key found for this signature in database
GPG Key ID: FD3CBA98017A69DE
  1. 1
      Makefile

1
Makefile

@ -481,6 +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
gazeboclean: gazeboclean:
@rm -rf ~/.gazebo/* @rm -rf ~/.gazebo/*

Loading…
Cancel
Save