aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2013-09-07 09:36:38 -0600
committerRob Savoye <rob.savoye@linaro.org>2013-09-07 09:36:38 -0600
commit5dfb5f2344f3990690d3ce4a524b68f6039caa91 (patch)
tree868032d4eaf939806e8c9046a6da77733b38fec3 /configure
parente9693123177e67db603f1c8a1da302eeb4f96122 (diff)
regenerated
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 9 insertions, 3 deletions
diff --git a/configure b/configure
index 8d537dc9..86c38017 100755
--- a/configure
+++ b/configure
@@ -3793,7 +3793,7 @@ fi
if test "${with_sysroot+set}" = set; then :
withval=$with_sysroot; SYSROOTS=${withval}
else
- SYSROOTS="${PWD}"/`hostname`/destdir/sysroots
+ SYSROOTS="${CBUILD_TOP}"/sysroots
fi
@@ -3809,7 +3809,7 @@ fi
if test "${with_local_snapshots+set}" = set; then :
withval=$with_local_snapshots; LOCAL_SNAPSHOTS=${withval}
else
- LOCAL_SNAPSHOTS="${PWD}/snapshots"
+ LOCAL_SNAPSHOTS="${CBUILD_TOP}/snapshots"
fi
@@ -3825,11 +3825,17 @@ fi
if test "${with_local_builds+set}" = set; then :
withval=$with_local_builds; LOCAL_BUILDS=${withval}
else
- LOCAL_BUILDS="${PWD}/`hostname`/destdir"
+ LOCAL_BUILDS="${CBUILD_TOP}/builds"
fi
+if test ! -d ${LOCAL_BUILDS}; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ${LOCAL_BUILDS} does not exist so creating directory!" >&5
+$as_echo "$as_me: WARNING: ${LOCAL_BUILDS} does not exist so creating directory!" >&2;}
+ mkdir -p ${LOCAL_BUILDS}
+fi
+
# Check whether --with-remote-snapshots was given.
if test "${with_remote_snapshots+set}" = set; then :