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


BUILD/compile-pentium-debug:
  Auto merged
BUILD/compile-pentium-debug-max-no-ndb:
  Auto merged
BUILD/compile-pentium64-debug-max:
  Auto merged
BUILD/compile-pentium64-debug:
  Auto merged
BUILD/compile-pentium-debug-max:
  merge fix
This commit is contained in:
unknown 2007-04-11 14:06:03 +02:00
commit 6b69068d6d
5 changed files with 10 additions and 5 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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_no_ndb_configs"

View file

@ -1,7 +1,8 @@
#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh" $@ --with-debug=full
set -- "$@" --with-debug=full
. "$path/SETUP.sh"
extra_flags="$pentium64_cflags $debug_cflags"
extra_configs="$pentium_configs $debug_configs $static_link"

View file

@ -1,7 +1,8 @@
#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh" $@ --with-debug=full
set -- "$@" --with-debug=full
. "$path/SETUP.sh"
extra_flags="$pentium64_cflags $debug_cflags"
extra_configs="$pentium_configs $debug_configs $max_configs"