Skip to content

Commit 9e3cd9c

Browse files
make upgrade-submodules command
1 parent 3ebcff9 commit 9e3cd9c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
upgrade-submodules:
2+
git submodule update --remote --init --recursive

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@ not retrieve submodules; to download them, please issue the following command:
202202

203203
.. code-block:: bash
204204
205-
git submodule update --init --recursive
205+
make upgrade-submodules
206+
207+
Issue the same command to update each submodule to the latest available commit.
206208

207209
If the suites repositories are available then all the tests can be run with the following:
208210

0 commit comments

Comments
 (0)