diff options
author | Michael Widenius <monty@mariadb.org> | 2018-04-12 05:15:39 +0300 |
---|---|---|
committer | Michael Widenius <monty@mariadb.org> | 2018-04-16 20:16:43 +0300 |
commit | 0f7022c6f3c75c052526507c6a4783b092ecde7a (patch) | |
tree | 8e1522f978605f70abe4a418d6fdb7b6b685d9e8 /BUILD | |
parent | 1074b9b8beae100ec2acd3fbc56baab0b32d4b04 (diff) | |
download | mariadb-git-0f7022c6f3c75c052526507c6a4783b092ecde7a.tar.gz |
Renamed compile-pentium scripts to compile-pentium32
This is to align the naming to compile-pentium64 and to
avoid mistakes of accidently compiling a 32 bit binary on
a 64 bit system
Removed also a few very old not usable BUILD scripts
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-alpha | 24 | ||||
-rwxr-xr-x | BUILD/compile-alpha-debug | 12 | ||||
-rwxr-xr-x[-rw-r--r--] | BUILD/compile-amd64-debug-wsrep | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | BUILD/compile-amd64-wsrep | 0 | ||||
-rwxr-xr-x | BUILD/compile-ia64-debug-max | 25 | ||||
-rwxr-xr-x | BUILD/compile-innodb | 25 | ||||
-rwxr-xr-x | BUILD/compile-pentium-debug-all | 10 | ||||
-rwxr-xr-x | BUILD/compile-pentium-debug-max-no-embedded | 25 | ||||
-rw-r--r-- | BUILD/compile-pentium-debug-wsrep | 12 | ||||
-rwxr-xr-x | BUILD/compile-pentium-debug-yassl | 26 | ||||
-rwxr-xr-x[-rw-r--r--] | BUILD/compile-pentium-icc-yassl | 0 | ||||
-rwxr-xr-x | BUILD/compile-pentium32 (renamed from BUILD/compile-pentium) | 0 | ||||
-rwxr-xr-x | BUILD/compile-pentium32-cybozu (renamed from BUILD/compile-pentium-cybozu) | 0 | ||||
-rwxr-xr-x | BUILD/compile-pentium32-debug (renamed from BUILD/compile-pentium-debug) | 0 | ||||
-rwxr-xr-x | BUILD/compile-pentium32-debug-max (renamed from BUILD/compile-pentium-debug-max) | 0 | ||||
-rwxr-xr-x | BUILD/compile-pentium32-debug-openssl (renamed from BUILD/compile-pentium-debug-openssl) | 0 | ||||
-rwxr-xr-x | BUILD/compile-pentium32-gcov (renamed from BUILD/compile-pentium-gcov) | 0 | ||||
-rwxr-xr-x | BUILD/compile-pentium32-gprof (renamed from BUILD/compile-pentium-gprof) | 0 | ||||
-rwxr-xr-x | BUILD/compile-pentium32-icc-valgrind-max (renamed from BUILD/compile-pentium-icc-valgrind-max) | 0 | ||||
-rwxr-xr-x | BUILD/compile-pentium32-max (renamed from BUILD/compile-pentium-max) | 0 | ||||
-rwxr-xr-x | BUILD/compile-pentium32-valgrind-max (renamed from BUILD/compile-pentium-valgrind-max) | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | BUILD/compile-pentium32-wsrep (renamed from BUILD/compile-pentium-wsrep) | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | BUILD/compile-pentium64-wsrep | 0 | ||||
-rwxr-xr-x | BUILD/compile-solaris-x86-32 | 11 | ||||
-rwxr-xr-x | BUILD/compile-solaris-x86-32-debug | 11 | ||||
-rwxr-xr-x | BUILD/compile-solaris-x86-32-debug-forte | 27 | ||||
-rwxr-xr-x | BUILD/compile-solaris-x86-forte-32 | 19 |
27 files changed, 0 insertions, 227 deletions
diff --git a/BUILD/compile-alpha b/BUILD/compile-alpha deleted file mode 100755 index 45f72eb90e1..00000000000 --- a/BUILD/compile-alpha +++ /dev/null @@ -1,24 +0,0 @@ -#! /bin/sh - -# Copyright (C) 2000, 2002 MySQL AB -# Use is subject to license terms -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - -path=`dirname $0` -. "$path/SETUP.sh" - -extra_flags="$alpha_cflags $fast_cflags" -extra_configs="$alpha_configs $static_link" - -. "$path/FINISH.sh" diff --git a/BUILD/compile-alpha-debug b/BUILD/compile-alpha-debug deleted file mode 100755 index 2d8869227dc..00000000000 --- a/BUILD/compile-alpha-debug +++ /dev/null @@ -1,12 +0,0 @@ -#! /bin/sh - -/bin/rm -f */.deps/*.P */*.o -make -k maintainer-clean -/bin/rm -f */.deps/*.P */*.o -/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache mysql-*.tar.gz - -path=`dirname $0` -. "$path/autorun.sh" - -CFLAGS=-O1 CC=gcc CXX=g++ CXXFLAGS="-O1 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-debug --with-extra-charsets=complex --without-extra-tools -make diff --git a/BUILD/compile-amd64-debug-wsrep b/BUILD/compile-amd64-debug-wsrep index 995a8afcca9..995a8afcca9 100644..100755 --- a/BUILD/compile-amd64-debug-wsrep +++ b/BUILD/compile-amd64-debug-wsrep diff --git a/BUILD/compile-amd64-wsrep b/BUILD/compile-amd64-wsrep index 57dfbdd6da2..57dfbdd6da2 100644..100755 --- a/BUILD/compile-amd64-wsrep +++ b/BUILD/compile-amd64-wsrep diff --git a/BUILD/compile-ia64-debug-max b/BUILD/compile-ia64-debug-max deleted file mode 100755 index 508cadf73e2..00000000000 --- a/BUILD/compile-ia64-debug-max +++ /dev/null @@ -1,25 +0,0 @@ -#! /bin/sh - -# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -gmake -k maintainer-clean || true -/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache - -path=`dirname $0` -. "$path/autorun.sh" - -CC=ecc CFLAGS="-w1 -DEXTRA_DEBUG -DSAFE_MUTEX -O2" CXX=ecc CXXFLAGS="-w1 -DEXTRA_DEBUG -DSAFE_MUTEX -O2" ./configure --prefix=/usr/local/mysql --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static --with-debug --with-innodb --with-embedded-server --with-archive-storage-engine -gmake diff --git a/BUILD/compile-innodb b/BUILD/compile-innodb deleted file mode 100755 index fa791282b28..00000000000 --- a/BUILD/compile-innodb +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# -# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. -# -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License as published by the Free Software -# Foundation; version 2 of the License. -# -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, -# Fifth Floor, Boston, MA 02110-1301 USA -# - -# we assume this script is in storage/innobase/ - -MYSQL_ROOT="$(dirname ${0})/../.." - -cd ${MYSQL_ROOT} - -cmake -DWITH_INNOBASE_STORAGE_ENGINE:BOOL=ON -make -j$(nproc) diff --git a/BUILD/compile-pentium-debug-all b/BUILD/compile-pentium-debug-all deleted file mode 100755 index 9ed5bf6b2cd..00000000000 --- a/BUILD/compile-pentium-debug-all +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/sh - -path=`dirname $0` -set -- "$@" --with-debug=full -. "$path/SETUP.sh" - -extra_flags="$pentium_cflags $debug_cflags" -extra_configs="$pentium_configs $debug_configs $all_configs $error_inject --with-experimental-collations $disable_64_bit_plugins" - -. "$path/FINISH.sh" diff --git a/BUILD/compile-pentium-debug-max-no-embedded b/BUILD/compile-pentium-debug-max-no-embedded deleted file mode 100755 index d8bc896f89c..00000000000 --- a/BUILD/compile-pentium-debug-max-no-embedded +++ /dev/null @@ -1,25 +0,0 @@ -#! /bin/sh - -# Copyright (c) 2004-2006 MySQL AB -# Use is subject to license terms -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - -path=`dirname $0` -. "$path/SETUP.sh" - -extra_flags="$pentium_cflags $debug_cflags" -extra_configs="$pentium_configs $debug_configs $max_no_embedded_configs $disable_64_bit_plugins" - -. "$path/FINISH.sh" diff --git a/BUILD/compile-pentium-debug-wsrep b/BUILD/compile-pentium-debug-wsrep deleted file mode 100644 index 6528ed77f95..00000000000 --- a/BUILD/compile-pentium-debug-wsrep +++ /dev/null @@ -1,12 +0,0 @@ -#! /bin/sh -x - -path=`dirname $0` -set -- "$@" --with-debug=full -. "$path/SETUP.sh" - -extra_flags="$pentium_cflags $debug_cflags -g -O0 $wsrep_cflags" -c_warnings="$c_warnings $debug_extra_warnings" -cxx_warnings="$cxx_warnings $debug_extra_warnings" -extra_configs="$pentium_configs $debug_configs $wsrep_configs --with-wsrep $disable_64_bit_plugins" - -. "$path/FINISH.sh" diff --git a/BUILD/compile-pentium-debug-yassl b/BUILD/compile-pentium-debug-yassl deleted file mode 100755 index e8cfff6cb07..00000000000 --- a/BUILD/compile-pentium-debug-yassl +++ /dev/null @@ -1,26 +0,0 @@ -#! /bin/sh - -# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -path=`dirname $0` -. "$path/SETUP.sh" - -extra_flags="$pentium_cflags $debug_cflags" -extra_configs="$pentium_configs $debug_configs" - -extra_configs="$extra_configs --with-debug --with-ssl" - -. "$path/FINISH.sh" diff --git a/BUILD/compile-pentium-icc-yassl b/BUILD/compile-pentium-icc-yassl index ef0ec1a5d76..ef0ec1a5d76 100644..100755 --- a/BUILD/compile-pentium-icc-yassl +++ b/BUILD/compile-pentium-icc-yassl diff --git a/BUILD/compile-pentium b/BUILD/compile-pentium32 index af8e5b53a30..af8e5b53a30 100755 --- a/BUILD/compile-pentium +++ b/BUILD/compile-pentium32 diff --git a/BUILD/compile-pentium-cybozu b/BUILD/compile-pentium32-cybozu index fc65adf1ea1..fc65adf1ea1 100755 --- a/BUILD/compile-pentium-cybozu +++ b/BUILD/compile-pentium32-cybozu diff --git a/BUILD/compile-pentium-debug b/BUILD/compile-pentium32-debug index ecbe04087c3..ecbe04087c3 100755 --- a/BUILD/compile-pentium-debug +++ b/BUILD/compile-pentium32-debug diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium32-debug-max index 68784eb34ea..68784eb34ea 100755 --- a/BUILD/compile-pentium-debug-max +++ b/BUILD/compile-pentium32-debug-max diff --git a/BUILD/compile-pentium-debug-openssl b/BUILD/compile-pentium32-debug-openssl index 697b937bc93..697b937bc93 100755 --- a/BUILD/compile-pentium-debug-openssl +++ b/BUILD/compile-pentium32-debug-openssl diff --git a/BUILD/compile-pentium-gcov b/BUILD/compile-pentium32-gcov index 9c5a61e9089..9c5a61e9089 100755 --- a/BUILD/compile-pentium-gcov +++ b/BUILD/compile-pentium32-gcov diff --git a/BUILD/compile-pentium-gprof b/BUILD/compile-pentium32-gprof index 498c964df74..498c964df74 100755 --- a/BUILD/compile-pentium-gprof +++ b/BUILD/compile-pentium32-gprof diff --git a/BUILD/compile-pentium-icc-valgrind-max b/BUILD/compile-pentium32-icc-valgrind-max index 4858f796fab..4858f796fab 100755 --- a/BUILD/compile-pentium-icc-valgrind-max +++ b/BUILD/compile-pentium32-icc-valgrind-max diff --git a/BUILD/compile-pentium-max b/BUILD/compile-pentium32-max index d2a61de8e13..d2a61de8e13 100755 --- a/BUILD/compile-pentium-max +++ b/BUILD/compile-pentium32-max diff --git a/BUILD/compile-pentium-valgrind-max b/BUILD/compile-pentium32-valgrind-max index 4f21e3574ff..4f21e3574ff 100755 --- a/BUILD/compile-pentium-valgrind-max +++ b/BUILD/compile-pentium32-valgrind-max diff --git a/BUILD/compile-pentium-wsrep b/BUILD/compile-pentium32-wsrep index b0b8e408370..b0b8e408370 100644..100755 --- a/BUILD/compile-pentium-wsrep +++ b/BUILD/compile-pentium32-wsrep diff --git a/BUILD/compile-pentium64-wsrep b/BUILD/compile-pentium64-wsrep index 53c0e897eec..53c0e897eec 100644..100755 --- a/BUILD/compile-pentium64-wsrep +++ b/BUILD/compile-pentium64-wsrep diff --git a/BUILD/compile-solaris-x86-32 b/BUILD/compile-solaris-x86-32 deleted file mode 100755 index 29965524479..00000000000 --- a/BUILD/compile-solaris-x86-32 +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -path=`dirname $0` -. "$path/SETUP.sh" -extra_flags="-D__sun -m32" -extra_configs="$max_configs --with-libevent" - -LDFLAGS="-lmtmalloc -R/usr/sfw/lib" -export LDFLAGS - -. "$path/FINISH.sh" diff --git a/BUILD/compile-solaris-x86-32-debug b/BUILD/compile-solaris-x86-32-debug deleted file mode 100755 index 9ce91495c1c..00000000000 --- a/BUILD/compile-solaris-x86-32-debug +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -path=`dirname $0` -. "$path/SETUP.sh" -extra_flags="-D__sun -m32 $debug_cflags" -extra_configs="$max_configs --with-libevent $debug_configs" - -LDFLAGS="-lmtmalloc -R/usr/sfw/lib" -export LDFLAGS - -. "$path/FINISH.sh" diff --git a/BUILD/compile-solaris-x86-32-debug-forte b/BUILD/compile-solaris-x86-32-debug-forte deleted file mode 100755 index 777360865a2..00000000000 --- a/BUILD/compile-solaris-x86-32-debug-forte +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -path=`dirname $0` -. "$path/SETUP.sh" - -# Take only #define options - the others are gcc specific. -# (real fix is for SETUP.sh not to put gcc specific options in $debug_cflags) -DEFS="" -for F in $debug_cflags ; do - expr "$F" : "^-D" && DEFS="$DEFS $F" -done -debug_cflags="-O0 -g $DEFS" - -extra_flags="-m32 -mt -D_FORTEC_ -xbuiltin=%all -xlibmil -xlibmopt -fns=no -xprefetch=auto -xprefetch_level=3 $debug_cflags" -extra_configs="$max_configs --with-libevent $debug_configs" - -warnings="" -c_warnings="" -cxx_warnings="" -base_cxxflags="-noex" - -CC=cc -CFLAGS="-xstrconst" -CXX=CC -LDFLAGS="-lmtmalloc" - -. "$path/FINISH.sh" diff --git a/BUILD/compile-solaris-x86-forte-32 b/BUILD/compile-solaris-x86-forte-32 deleted file mode 100755 index 5aac376a44c..00000000000 --- a/BUILD/compile-solaris-x86-forte-32 +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -path=`dirname $0` -. "$path/SETUP.sh" - -extra_flags="-m32 -mt -D_FORTEC_ -xbuiltin=%all -xlibmil -xlibmopt -fns=no -xprefetch=auto -xprefetch_level=3" -extra_configs="$max_configs --with-libevent" - -warnings="" -c_warnings="" -cxx_warnings="" -base_cxxflags="-noex" - -CC=cc -CFLAGS="-xstrconst" -CXX=CC -LDFLAGS="-lmtmalloc" - -. "$path/FINISH.sh" |