diff options
author | df@pippilotta.erinye.com <> | 2007-04-11 14:06:03 +0200 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-04-11 14:06:03 +0200 |
commit | a4f292fdc9aac7f56ce05b57ba62f3e374f27463 (patch) | |
tree | 0c0d0efc89a12e72b5cedb1d95a0afc3f863c9ba /BUILD/compile-pentium-debug-max | |
parent | e3bfb9566598a3ae237f1f3192bbe4d015665307 (diff) | |
parent | 05f4e9ea05a66d6e835adb28126293ef6965f91f (diff) | |
download | mariadb-git-a4f292fdc9aac7f56ce05b57ba62f3e374f27463.tar.gz |
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-27701
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work-27701
Diffstat (limited to 'BUILD/compile-pentium-debug-max')
-rwxr-xr-x | BUILD/compile-pentium-debug-max | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max index b2c8b4d9331..941a63a209f 100755 --- a/BUILD/compile-pentium-debug-max +++ b/BUILD/compile-pentium-debug-max @@ -1,7 +1,8 @@ #! /bin/sh path=`dirname $0` -. "$path/SETUP.sh" "$@" --with-debug=full +set -- "$@" --with-debug=full +. "$path/SETUP.sh" extra_flags="$pentium_cflags $debug_cflags" extra_configs="$pentium_configs $debug_configs $max_configs $error_inject --with-experimental-collations" |