mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
85323eda8a
- Removed files specific to compiling on OS/2 - Removed files specific to SCO Unix packaging - Removed "libmysqld/copyright", text is included in documentation - Removed LaTeX headers for NDB Doxygen documentation - Removed obsolete NDB files - Removed "mkisofs" binaries - Removed the "cvs2cl.pl" script - Changed a few GPL texts to use "program" instead of "library"
9 lines
189 B
Bash
9 lines
189 B
Bash
#! /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"
|