3
# Prepare the MySQL source code tree for building
4
# with checked-out InnoDB Subversion directory.
6
# This script assumes that the current directory is storage/innobase.
10
TARGETDIR=../storage/innobase
12
# link the build scripts
13
BUILDSCRIPTS="compile-innodb compile-innodb-debug"
14
for script in $BUILDSCRIPTS ; do
15
ln -sf $TARGETDIR/$script ../../BUILD/
19
ln -sf ../$TARGETDIR/mysql-test/*.test ../$TARGETDIR/mysql-test/*.opt .
21
ln -sf ../$TARGETDIR/mysql-test/*.result .
23
ln -sf ../$TARGETDIR/mysql-test/*.inc .