diff -Nur --exclude=RCS --exclude=CVS --exclude=SCCS --exclude=BitKeeper --exclude=ChangeSet mysql-5.1.12/BUILD/Makefile.am clean_dolphin_build_adds/BUILD/Makefile.am --- mysql-5.1.12/BUILD/Makefile.am 2006-08-16 10:33:09 -04:00 +++ clean_dolphin_build_adds/BUILD/Makefile.am 2006-08-17 04:08:57 -04:00 @@ -28,6 +28,7 @@ compile-alpha-debug \ compile-amd64-debug-max \ compile-amd64-max \ + compile-amd64-max-sci \ compile-darwin-mwcc \ compile-dist \ compile-hpux11-parisc2-aCC \ @@ -52,6 +53,8 @@ compile-pentium-valgrind-max \ compile-pentium64-debug \ compile-pentium64-debug-max \ + compile-pentium64-max \ + compile-pentium64-max-sci \ compile-pentium64-valgrind-max \ compile-ppc \ compile-ppc-debug \ diff -Nur --exclude=RCS --exclude=CVS --exclude=SCCS --exclude=BitKeeper --exclude=ChangeSet mysql-5.1.12/BUILD/compile-amd64-max-sci clean_dolphin_build_adds/BUILD/compile-amd64-max-sci --- mysql-5.1.12/BUILD/compile-amd64-max-sci 1969-12-31 19:00:00 -05:00 +++ clean_dolphin_build_adds/BUILD/compile-amd64-max-sci 2006-08-17 03:25:54 -04:00 @@ -0,0 +1,8 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" +extra_flags="$amd64_cflags $fast_cflags -g" +extra_configs="$amd64_configs $max_configs --with-ndb-sci=/opt/DIS" + +. "$path/FINISH.sh" diff -Nur --exclude=RCS --exclude=CVS --exclude=SCCS --exclude=BitKeeper --exclude=ChangeSet mysql-5.1.12/BUILD/compile-pentium64-max clean_dolphin_build_adds/BUILD/compile-pentium64-max --- mysql-5.1.12/BUILD/compile-pentium64-max 1969-12-31 19:00:00 -05:00 +++ clean_dolphin_build_adds/BUILD/compile-pentium64-max 2006-08-17 03:25:39 -04:00 @@ -0,0 +1,9 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +extra_flags="$pentium64_cflags $fast_cflags -g" +extra_configs="$pentium_configs $max_configs" + +. "$path/FINISH.sh" diff -Nur --exclude=RCS --exclude=CVS --exclude=SCCS --exclude=BitKeeper --exclude=ChangeSet mysql-5.1.12/BUILD/compile-pentium64-max-sci clean_dolphin_build_adds/BUILD/compile-pentium64-max-sci --- mysql-5.1.12/BUILD/compile-pentium64-max-sci 1969-12-31 19:00:00 -05:00 +++ clean_dolphin_build_adds/BUILD/compile-pentium64-max-sci 2006-08-17 03:25:45 -04:00 @@ -0,0 +1,9 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +extra_flags="$pentium64_cflags $fast_cflags -g" +extra_configs="$pentium_configs $max_configs --with-ndb-sci=/opt/DIS" + +. "$path/FINISH.sh"