mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
make: have git submodule update
be recursive
libwally added libsecp256k1 as a submodule, so we need to recursively update the submodules now
This commit is contained in:
parent
68d08fc7d7
commit
1ca2c66c54
@ -385,7 +385,7 @@ Clone lightning:
|
||||
```
|
||||
git clone https://github.com/ElementsProject/lightning.git
|
||||
cd lightning
|
||||
git submodule update --init
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
Build and install:
|
||||
```
|
||||
|
@ -38,5 +38,5 @@ if [ "$(git submodule status "$@" | grep -c '^ ')" != $# ]; then
|
||||
echo Reinitializing submodules "$@" ...
|
||||
git submodule sync "$@"
|
||||
rm -rf "$@"
|
||||
git submodule update --init "$@"
|
||||
git submodule update --init --recursive "$@"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user