diff options
author | unknown <brian@zim.(none)> | 2005-07-15 11:15:44 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2005-07-15 11:15:44 -0700 |
commit | ba52e741def7e49a9906b29755851987fb956bef (patch) | |
tree | ece96a7a0735623ee212bcf9bbbcb5e540f98f9a /BUILD/compile-pentium-debug-max-no-embedded | |
parent | 51308e23273537037a651c005659c4a8b8db96a4 (diff) | |
download | mariadb-git-ba52e741def7e49a9906b29755851987fb956bef.tar.gz |
Removed dead options, fixed pentium script to no longer ask for isam (its not included in 5.0).
BUILD/SETUP.sh:
Removed dead options, added blackhole option
BUILD/compile-pentium-debug-max-no-embedded:
Updated option to remove unused option
Diffstat (limited to 'BUILD/compile-pentium-debug-max-no-embedded')
-rwxr-xr-x | BUILD/compile-pentium-debug-max-no-embedded | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug-max-no-embedded b/BUILD/compile-pentium-debug-max-no-embedded index 803a6a9d6d3..dfdf7d0a5e1 100755 --- a/BUILD/compile-pentium-debug-max-no-embedded +++ b/BUILD/compile-pentium-debug-max-no-embedded @@ -6,6 +6,6 @@ path=`dirname $0` extra_flags="$pentium_cflags $debug_cflags $max_cflags" c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" -extra_configs="$pentium_configs $debug_configs $max_no_es_configs" +extra_configs="$pentium_configs $debug_configs $base_max_configs" . "$path/FINISH.sh" |