#!/bin/sh## Prepare the MySQL source code tree for building# with checked-out InnoDB Subversion directory.# This script assumes that the current directory is storage/innobase.set-euTARGETDIR=../storage/innobase# link the build scriptsBUILDSCRIPTS="compile-innodb compile-innodb-debug"for script in$BUILDSCRIPTS;doln-sf$TARGETDIR/$script ../../BUILD/donecd ../../mysql-test/tln-sf ../$TARGETDIR/mysql-test/*.test ../$TARGETDIR/mysql-test/*.opt .cd ../rln-sf ../$TARGETDIR/mysql-test/*.result .cd ../includeln-sf ../$TARGETDIR/mysql-test/*.inc .