summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-04-15 07:02:59 +0000
committerBill Wendling <isanbard@gmail.com>2008-04-15 07:02:59 +0000
commitc373221a0829310fabed389be209a5c03b9c84a6 (patch)
tree2a0aae6a29b5842d7646a5ee9867f79c6ee844c5 /utils
parent80792f3ddec43aff7f0758c9096f8cb53dcc1e40 (diff)
downloadllvm-c373221a0829310fabed389be209a5c03b9c84a6.tar.gz
llvm-c373221a0829310fabed389be209a5c03b9c84a6.tar.bz2
llvm-c373221a0829310fabed389be209a5c03b9c84a6.tar.xz
Install into the directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49713 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-xutils/buildit/build_llvm6
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm
index 51fdf35c9d..c1df5773ca 100755
--- a/utils/buildit/build_llvm
+++ b/utils/buildit/build_llvm
@@ -59,9 +59,11 @@ echo DARWIN_VERS = $DARWIN_VERS
# If the user has CC set in their environment unset it now
unset CC
-DT_HOME=$DEST_DIR//Developer/usr
+DT_HOME=$DEST_DIR/Developer/usr
+DEST_ROOT="/Developer$DEST_ROOT"
if [ "x$DEVELOPER_BIN" != "x" ]; then
-DT_HOME=$DEST_DIR/$DEVELOPER_DIR/usr
+ DT_HOME=$DEST_DIR/$DEVELOPER_DIR/usr
+ DEST_ROOT="/$DEVELOPER_DIR$DEST_ROOT"
fi
################################################################################