Skip to content

Commit f7ddb02

Browse files
author
John Nonweiler
committed
Remove --recursive from git submodule update
1 parent 206f7fb commit f7ddb02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

COMPILING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ require manual modification of build files.
242242
first.
243243
3. Update git submodules:
244244
```
245-
git submodule update --init --recursive
245+
git submodule update --init
246246
```
247247
4. Generate build files with CMake:
248248
```

jbmc/src/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dist_clean:
5555
rm -rf $(ROOT)dist
5656

5757
setup-submodules:
58-
git submodule update --init --recursive
58+
git submodule update --init
5959

6060
.PHONY: dist
6161
dist: setup-submodules all

0 commit comments

Comments
 (0)