mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
ndb autotest
adopt to changes in auto*tools ndb/test/run-test/ndb-autotest.sh: adopt to changes in auto*tools
This commit is contained in:
parent
1b927d480e
commit
e14d6f80f2
1 changed files with 11 additions and 6 deletions
|
|
@ -70,14 +70,19 @@ if [ "$build" ]
|
||||||
then
|
then
|
||||||
cd $dst_place
|
cd $dst_place
|
||||||
rm -rf $run_dir/*
|
rm -rf $run_dir/*
|
||||||
aclocal; autoheader; autoconf; automake
|
if [ -x BUILD/autorun.sh ]
|
||||||
if [ -d storage ]
|
|
||||||
then
|
then
|
||||||
(cd storage/innobase; aclocal; autoheader; autoconf; automake)
|
./BUILD/autorun.sh
|
||||||
(cd storage/bdb/dist; sh s_all)
|
|
||||||
else
|
else
|
||||||
(cd innobase; aclocal; autoheader; autoconf; automake)
|
aclocal; autoheader; autoconf; automake
|
||||||
(cd bdb/dist; sh s_all)
|
if [ -d storage ]
|
||||||
|
then
|
||||||
|
(cd storage/innobase; aclocal; autoheader; autoconf; automake)
|
||||||
|
(cd storage/bdb/dist; sh s_all)
|
||||||
|
else
|
||||||
|
(cd innobase; aclocal; autoheader; autoconf; automake)
|
||||||
|
(cd bdb/dist; sh s_all)
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
eval $configure --prefix=$run_dir
|
eval $configure --prefix=$run_dir
|
||||||
make
|
make
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue