diff options
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-all-build-steps | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps index 8e1d01232f8..5474f0c8d9a 100755 --- a/Build-tools/Do-all-build-steps +++ b/Build-tools/Do-all-build-steps @@ -11,6 +11,8 @@ EXTRA_CONFIG="--without-perl" echo "Building on $to_host" +mkdir -p $WD/Logs + cat > $TMP_SCRIPT <<END # Show executed commands set -x @@ -55,7 +57,6 @@ $WD/Build-tools/Do-rpm rm -f $TMP_SCRIPT END -mkdir -p $WD/Logs log=$WD/Logs/Log-distcheck-`date +%y%m%d-%H%M` if test $to_host = "mysql-work" |