Commit c5f8d80e authored by tim@work.mysql.com's avatar tim@work.mysql.com

Do-all-build-steps moved mkdir $WD/Logs to a useful place

parent 5f404133
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment