diff options
author | unknown <monty@work.mysql.com> | 2001-10-03 17:38:30 +0200 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2001-10-03 17:38:30 +0200 |
commit | 8fa4fe08861309d33fc71ab6c9fa1ae7e88bf3b8 (patch) | |
tree | d246006fabd7a3b1c02f36d8cdede30757e3558b /Build-tools | |
parent | 32bc9157e586ba6f4ba901168d7014449f3a8e66 (diff) | |
download | mariadb-git-8fa4fe08861309d33fc71ab6c9fa1ae7e88bf3b8.tar.gz |
Cleanup between compilations
Build-tools/Do-compile:
Cleanups
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
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 4cf2477f5bd..ba5a9403ecc 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) { |