projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80792f3
)
Install into the directory
author
Bill Wendling
<isanbard@gmail.com>
Tue, 15 Apr 2008 07:02:59 +0000
(07:02 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Tue, 15 Apr 2008 07:02:59 +0000
(07:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49713
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/buildit/build_llvm
patch
|
blob
|
history
diff --git
a/utils/buildit/build_llvm
b/utils/buildit/build_llvm
index 51fdf35c9d9a36949dfd872dc0f20da55c2ee8c3..c1df5773ca5a109e245935bde4cb760d98c5e253 100755
(executable)
--- 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
################################################################################