Commit 44e3d4cd authored by unknown's avatar unknown

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


Build-tools/Do-all-build-steps:
  moved mkdir $WD/Logs to a useful place
parent 84c4f972
......@@ -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