-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#5926 elfutils: Add submodule init to all git clone commands (#6551)
Submodules are now required for Linux (for elfutils for drsyms) so we go ahead and add them to all git clone commands in the documentation. Issue: #5926
- Loading branch information
1 parent
d28ac5b
commit f519462
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* ****************************************************************************** | ||
* Copyright (c) 2010-2021 Google, Inc. All rights reserved. | ||
* Copyright (c) 2010-2024 Google, Inc. All rights reserved. | ||
* ******************************************************************************/ | ||
|
||
/* | ||
|
@@ -53,13 +53,13 @@ Clone the repository, either via ssh if you've set up ssh keys in your | |
Github profile: | ||
|
||
~~~{.unparsed} | ||
git clone [email protected]:DynamoRIO/dynamorio.git | ||
git clone --recurse-submodules -j4 [email protected]:DynamoRIO/dynamorio.git | ||
~~~ | ||
|
||
Or via https: | ||
|
||
~~~{.unparsed} | ||
git clone https://github.com/DynamoRIO/dynamorio.git | ||
git clone --recurse-submodules -j4 https://github.com/DynamoRIO/dynamorio.git | ||
~~~ | ||
|
||
# Configuring Author Information and Aliases | ||
|