Commit a7d6161a authored by osku's avatar osku

Port r136 from branches/5.0 (slightly tweaked for 5.1):

Add BUILD/compile-innodb script.
parent 04e8d675
#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$pentium_cflags $fast_cflags"
extra_configs="$pentium_configs"
strip=yes
extra_configs="$extra_configs --with-innodb"
. "$path/FINISH.sh"
......@@ -12,8 +12,8 @@ TARGETDIR=../storage/innobase
rm -fr "$TARGETDIR"
mkdir "$TARGETDIR"
# copy the build script
cp compile-innodb-debug ../BUILD
# copy the build scripts
cp compile-innodb* ../BUILD
# create the directories
for dir in */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment