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"
9 lines
184 B
Bash
Executable file
9 lines
184 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$amd64_cflags $gprof_compile_flags"
|
|
extra_configs="$amd64_configs $debug_configs $gprof_link_flags"
|
|
|
|
. "$path/FINISH.sh"
|