Commit e9a620e6 authored by unknown's avatar unknown

Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql


Build-tools/Do-compile:
  Auto merged
parents 2529b817 8fa4fe08
...@@ -2,3 +2,4 @@ Miguel@light.local ...@@ -2,3 +2,4 @@ Miguel@light.local
monty@hundin.mysql.fi monty@hundin.mysql.fi
paul@central.snake.net paul@central.snake.net
serg@serg.mysql.com serg@serg.mysql.com
monty@work.mysql.com
...@@ -113,6 +113,8 @@ if ($opt_stage <= 1) ...@@ -113,6 +113,8 @@ if ($opt_stage <= 1)
$opt_config_options.=" --with-low-memory" if ($opt_with_low_memory); $opt_config_options.=" --with-low-memory" if ($opt_with_low_memory);
# Fix files if this is in another timezone than work.mysql.com # Fix files if this is in another timezone than work.mysql.com
unlink("config.cache"); unlink("config.cache");
unlink("bdb/build_unix/config.cache");
unlink("innobase/config.cache");
log_system("$make clean") if ($opt_use_old_distribution); log_system("$make clean") if ($opt_use_old_distribution);
if ($opt_static_server) if ($opt_static_server)
{ {
......
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