diff options
author | unknown <monty@hundin.mysql.fi> | 2001-10-03 18:38:31 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-10-03 18:38:31 +0300 |
commit | e9a620e60b76b5e3bc162fda893d1798eff20041 (patch) | |
tree | 2ca3bf0648a1993c51bf23ff2226c136c1b1724f /Build-tools | |
parent | 2529b817b10ca2a970b32c109de43d2229c970e7 (diff) | |
parent | 8fa4fe08861309d33fc71ab6c9fa1ae7e88bf3b8 (diff) | |
download | mariadb-git-e9a620e60b76b5e3bc162fda893d1798eff20041.tar.gz |
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
Build-tools/Do-compile:
Auto merged
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-compile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index 2f8a884af76..6c5f79e0d4f 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -113,6 +113,8 @@ if ($opt_stage <= 1) $opt_config_options.=" --with-low-memory" if ($opt_with_low_memory); # Fix files if this is in another timezone than work.mysql.com unlink("config.cache"); + unlink("bdb/build_unix/config.cache"); + unlink("innobase/config.cache"); log_system("$make clean") if ($opt_use_old_distribution); if ($opt_static_server) { |