mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
af67d8ae02
Remove some more leftovers from the initial removal: o Update relevant mentions of configure.in throughout the source code. o Remove win/configure.js, which at this point just duplicates logic already present in CMake based build system. o Remove support files which relied on the autotools build system. In any case, MySQL is no longer officially supported on SCO. o Remove files which are no longer part of the build.
9 lines
212 B
Bash
Executable file
9 lines
212 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium64_cflags $debug_cflags $valgrind_flags"
|
|
extra_configs="$pentium_configs $debug_configs $valgrind_configs $max_configs"
|
|
|
|
. "$path/FINISH.sh"
|