X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fbabeltrace%2Fbuild.sh;h=8666e1bfcfd1bbcfede9ab21a3ada8a93ffbfe14;hb=de41e5b536a225c4cd6f8f0ac90363af5c9a3814;hp=96430e54aa2b5fb7a77a610f3d09070282539fe7;hpb=e6be9fb081c8e72001399813d032124d0117899d;p=lttng-ci.git diff --git a/scripts/babeltrace/build.sh b/scripts/babeltrace/build.sh index 96430e5..8666e1b 100755 --- a/scripts/babeltrace/build.sh +++ b/scripts/babeltrace/build.sh @@ -1,6 +1,7 @@ #!/bin/bash -exu # # Copyright (C) 2015 - Jonathan Rajotte-Julien +# 2016 - Michael Jeanson # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,6 +25,8 @@ PREFIX="$WORKSPACE/build" rm -rf "$PREFIX" "$TMPDIR" mkdir -p "$PREFIX" "$TMPDIR" +export TMPDIR + # Set platform variables case "$arch" in solaris10)