mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +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"
8 lines
182 B
Bash
8 lines
182 B
Bash
#! /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"
|