diff options
author | monty@narttu.mysql.fi <> | 2003-02-26 01:03:47 +0200 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-02-26 01:03:47 +0200 |
commit | 9a46698e1efe164ac17ce0ca82b8e8ed12892c09 (patch) | |
tree | c9b14451b3f66dc4b11dc35d49edd35f23787e07 /BUILD | |
parent | f4e1a2f292a03f4d9b5072365ef6e9ebac1cb595 (diff) | |
parent | 045ac4b84b783fd93edd45abdd63b87a04584987 (diff) | |
download | mariadb-git-9a46698e1efe164ac17ce0ca82b8e8ed12892c09.tar.gz |
Merge with 4.0.11
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/FINISH.sh | 2 | ||||
-rwxr-xr-x | BUILD/compile-pentium-debug-max | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 2c2b4925c3d..32a4efefdfb 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -11,7 +11,7 @@ done commands="\ $make -k clean || true -/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache +/bin/rm -rf */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache bdb/dist/autom4te.cache autom4te.cache innobase/autom4te.cache; aclocal || (echo \"Can't execute aclocal\" && exit 1) autoheader || (echo \"Can't execute autoheader\" && exit 1) diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max index 1684686ce8c..f71b849384f 100755 --- a/BUILD/compile-pentium-debug-max +++ b/BUILD/compile-pentium-debug-max @@ -3,7 +3,7 @@ path=`dirname $0` . "$path/SETUP.sh" -extra_flags="$pentium_cflags $debug_cflags" +extra_flags="$pentium_cflags $debug_cflags -DBIG_TABLES" c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" extra_configs="$pentium_configs $debug_configs" |