summaryrefslogtreecommitdiff
path: root/tcwg-llvm-build.sh
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-04-21 13:43:19 +0100
committerRenato Golin <renato.golin@linaro.org>2017-04-21 13:43:19 +0100
commit4efada0955574acbfbb90ea703891a9cd3d8a5e9 (patch)
tree56df7f5eb5da99dd7fd9b461a7c17525645c856f /tcwg-llvm-build.sh
parent5328a8dc3f09b33db1d699d600b45f0b96adaa13 (diff)
tcwg-llvm-build.sh: Drop depth to make SVN revision work
Change-Id: Ib8208bf6ed183bc54f4944f0945966ff5d1c7d51
Diffstat (limited to 'tcwg-llvm-build.sh')
-rwxr-xr-xtcwg-llvm-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-llvm-build.sh b/tcwg-llvm-build.sh
index 31fb4205..5d7121d9 100755
--- a/tcwg-llvm-build.sh
+++ b/tcwg-llvm-build.sh
@@ -196,10 +196,10 @@ LOGEXT="txt"
# Checkout
{
flock -s 9
- git clone --depth 1 http://llvm.org/git/llvm.git \
+ git clone http://llvm.org/git/llvm.git \
--reference "$REFDIR/llvm" \
"$SRCDIR" |& tee "$LOGBASE-clone.$LOGEXT"
- git clone --depth 1 http://llvm.org/git/clang.git \
+ git clone http://llvm.org/git/clang.git \
--reference "$REFDIR/clang" \
"$SRCDIR/tools/clang" |& tee -a "$LOGBASE-clone.$LOGEXT"
} 9>$REFDIR.lock