summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildLocal.sh1
-rwxr-xr-xcheckoutSource.sh1
-rwxr-xr-xcmake.sh3
-rwxr-xr-xupdateScripts.sh2
4 files changed, 2 insertions, 5 deletions
diff --git a/buildLocal.sh b/buildLocal.sh
index c0947fa..d117205 100755
--- a/buildLocal.sh
+++ b/buildLocal.sh
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
-exit 0
set -e
source setEnv.sh
diff --git a/checkoutSource.sh b/checkoutSource.sh
index 0bfbb6d..6d2346e 100755
--- a/checkoutSource.sh
+++ b/checkoutSource.sh
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
-exit 0
set -e
source setEnv.sh
source cleanUp.sh
diff --git a/cmake.sh b/cmake.sh
index 8d4b8e2..5604421 100755
--- a/cmake.sh
+++ b/cmake.sh
@@ -1,9 +1,8 @@
#!/usr/bin/env bash
-exit 0
set -e
set -x
source setEnv.sh
rm -rf $buildDir/*
mkdir -p $buildDir/host
cd $buildDir/host
-cmake -GNinja -DCMAKE_BUILD_TYPE=Release $llvmDir -DCMAKE_C_COMPILER=clang-3.5 -DCMAKE_CXX_COMPILER=clang++-3.5 "-DLLVM_TARGETS_TO_BUILD=ARM;AArch64"
+cmake -GNinja -DCMAKE_BUILD_TYPE=Release $llvmDir -DCMAKE_C_COMPILER=clang-3.5 -DCMAKE_CXX_COMPILER=clang++-3.5 "-DLLVM_TARGETS_TO_BUILD=ARM"
diff --git a/updateScripts.sh b/updateScripts.sh
index 3382036..aae3479 100755
--- a/updateScripts.sh
+++ b/updateScripts.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
set -x
-rm -rf ../scripts/*
+rm -rf ./*
git clone http://git.linaro.org/git/people/omair.javaid/lldb-buildbot-scripts
cp lldb-buildbot-scripts/* .