mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
- install all *.sql files into the "shared" directory for the binary tar.gz
distribution (this is more in line with how "make install" would install them) - this should also fix a test failure in the "system_mysql_db_fix" test. BitKeeper/etc/ignore: Added cmd-line-utils/libedit/makelist to the ignore list
This commit is contained in:
@ -647,3 +647,4 @@ vio/test-sslclient
|
|||||||
vio/test-sslserver
|
vio/test-sslserver
|
||||||
vio/viotest-ssl
|
vio/viotest-ssl
|
||||||
mysys/test_gethwaddr
|
mysys/test_gethwaddr
|
||||||
|
cmd-line-utils/libedit/makelist
|
||||||
|
@ -192,7 +192,7 @@ if [ $BASE_SYSTEM != "netware" ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
$CP support-files/* $BASE/support-files
|
$CP support-files/* $BASE/support-files
|
||||||
$CP scripts/fill_help_tables.sql $BASE/support-files
|
$CP scripts/*.sql $BASE/share
|
||||||
|
|
||||||
if [ $BASE_SYSTEM = "netware" ] ; then
|
if [ $BASE_SYSTEM = "netware" ] ; then
|
||||||
rm -f $BASE/support-files/magic \
|
rm -f $BASE/support-files/magic \
|
||||||
@ -230,6 +230,7 @@ if [ $BASE_SYSTEM != "netware" ] ; then
|
|||||||
chmod a+x $BASE/bin/* $BASE/scripts/* $BASE/support-files/mysql-* $BASE/support-files/mysql.server $BASE/configure
|
chmod a+x $BASE/bin/* $BASE/scripts/* $BASE/support-files/mysql-* $BASE/support-files/mysql.server $BASE/configure
|
||||||
$CP -r sql-bench/* $BASE/sql-bench
|
$CP -r sql-bench/* $BASE/sql-bench
|
||||||
rm -f $BASE/sql-bench/*.sh $BASE/sql-bench/Makefile* $BASE/lib/*.la
|
rm -f $BASE/sql-bench/*.sh $BASE/sql-bench/Makefile* $BASE/lib/*.la
|
||||||
|
rm -f $BASE/bin/*.sql
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f $BASE/bin/Makefile* $BASE/bin/*.in $BASE/bin/*.sh $BASE/bin/mysql_install_db $BASE/bin/make_binary_distribution $BASE/bin/setsomevars $BASE/support-files/Makefile* $BASE/support-files/*.sh
|
rm -f $BASE/bin/Makefile* $BASE/bin/*.in $BASE/bin/*.sh $BASE/bin/mysql_install_db $BASE/bin/make_binary_distribution $BASE/bin/setsomevars $BASE/support-files/Makefile* $BASE/support-files/*.sh
|
||||||
|
Reference in New Issue
Block a user