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 | f156d6b0f53a37d3fd751ee457494fd4299f2886 (patch) | |
tree | d246006fabd7a3b1c02f36d8cdede30757e3558b /Build-tools | |
parent | a8354b356f8841312c2239cf6760356006261ad6 (diff) | |
download | mariadb-git-f156d6b0f53a37d3fd751ee457494fd4299f2886.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) { |