diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-08-12 17:55:27 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-08-12 17:55:27 +0400 |
commit | 92814d6d276b2967674806967b19cf154ca413b9 (patch) | |
tree | a254f9f9ffa921f69300021067e8228b68597d29 /BUILD/compile-pentium-mysqlfs-debug | |
parent | 5f18951577bb88b4e2180a2742acf971f9fdc572 (diff) | |
parent | ad264fa28700a0ed838ab762f861dc3b8b60eadd (diff) | |
download | mariadb-git-92814d6d276b2967674806967b19cf154ca413b9.tar.gz |
Auto-merge from mysql-5.5-bugfixing.
Diffstat (limited to 'BUILD/compile-pentium-mysqlfs-debug')
-rwxr-xr-x | BUILD/compile-pentium-mysqlfs-debug | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/BUILD/compile-pentium-mysqlfs-debug b/BUILD/compile-pentium-mysqlfs-debug deleted file mode 100755 index c871200604e..00000000000 --- a/BUILD/compile-pentium-mysqlfs-debug +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/sh - -path=`dirname $0` -. "$path/SETUP.sh" - -extra_flags="$pentium_cflags $debug_cflags" -extra_configs="$pentium_configs $debug_configs $static_link" - -extra_configs="$extra_configs --with-debug=full --with-mysqlfs --without-server --without-pstack" - -. "$path/FINISH.sh" |