android-bdwgc: remove --depth=1 to avoid missing commits
authorJean Privat <jean@pryen.org>
Tue, 19 Feb 2019 19:55:19 +0000 (14:55 -0500)
committerJean Privat <jean@pryen.org>
Tue, 19 Feb 2019 19:55:19 +0000 (14:55 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

share/android-bdwgc/setup.sh

index 7ea0c27..334a54b 100755 (executable)
@@ -25,4 +25,4 @@ git clone --depth=1 -b android https://github.com/xymus/bdwgc.git || exit 1
 # Setup libatomic_ops too
 cd bdwgc || exit 1
 git submodule init || exit 1
-git submodule update --depth=1 || exit 1
+git submodule update || exit 1