summaryrefslogtreecommitdiff
path: root/tcwg-llvm-common.sh
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-05 13:24:22 +0100
committerRenato Golin <renato.golin@linaro.org>2017-05-05 13:24:22 +0100
commit533c76d553823ea129bede6de4519cef84d85bc5 (patch)
tree4bc3805ea0a02a4579528ad8ec950194f440608e /tcwg-llvm-common.sh
parent00b4d7621096d09602f9da9525b98cc472e6dc37 (diff)
tcwg-llvm-*: include common in the same basedir
Change-Id: I422ce0666089864ab50bf065af171c7ff0e4d1dd
Diffstat (limited to 'tcwg-llvm-common.sh')
-rwxr-xr-xtcwg-llvm-common.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcwg-llvm-common.sh b/tcwg-llvm-common.sh
index 5ad03a65..d202bb83 100755
--- a/tcwg-llvm-common.sh
+++ b/tcwg-llvm-common.sh
@@ -64,7 +64,6 @@ update_git() {
}
# Environment Variables and default values
-BASEDIR=$(dirname "$(readlink -f "$0")")
CPUS=$(nproc --all)
# We may use between 500MB and 1GB per link job
LINKJOBS=$(($(free -g | awk '/Mem/ {print $2}')+1))