mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 08:44:33 +01:00
Adapt the InnoDB build scripts to r772.
setup.sh: Create symbolic links to the build scripts instead of copying them.
This commit is contained in:
parent
965a94160d
commit
41ae786e43
3 changed files with 5 additions and 12 deletions
|
@ -3,10 +3,7 @@
|
|||
path=`dirname $0`
|
||||
. "$path/SETUP.sh"
|
||||
|
||||
extra_flags="$pentium_cflags $fast_cflags"
|
||||
extra_configs="$pentium_configs"
|
||||
strip=yes
|
||||
|
||||
extra_configs="$extra_configs --with-innodb"
|
||||
extra_flags="$pentium_cflags $fast_cflags -g"
|
||||
extra_configs="$pentium_configs $max_no_ndb_configs"
|
||||
|
||||
. "$path/FINISH.sh"
|
||||
|
|
|
@ -4,10 +4,6 @@ path=`dirname $0`
|
|||
. "$path/SETUP.sh" $@ --with-debug=full
|
||||
|
||||
extra_flags="$pentium_cflags $debug_cflags"
|
||||
c_warnings="$c_warnings $debug_extra_warnings"
|
||||
cxx_warnings="$cxx_warnings $debug_extra_warnings"
|
||||
extra_configs="$pentium_configs $debug_configs "
|
||||
|
||||
extra_configs="$extra_configs --with-innodb"
|
||||
extra_configs="$pentium_configs $debug_configs $max_no_ndb_configs"
|
||||
|
||||
. "$path/FINISH.sh"
|
||||
|
|
4
setup.sh
4
setup.sh
|
@ -12,8 +12,8 @@ TARGETDIR=../storage/innobase
|
|||
rm -fr "$TARGETDIR"
|
||||
mkdir "$TARGETDIR"
|
||||
|
||||
# copy the build scripts
|
||||
cp compile-innodb* ../BUILD
|
||||
# link the build scripts
|
||||
ln -s ../innodb/compile-innodb{,-debug} ../BUILD
|
||||
|
||||
# create the directories
|
||||
for dir in */
|
||||
|
|
Loading…
Add table
Reference in a new issue