mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
This commit is contained in:
commit
13d7abe06f
15 changed files with 24 additions and 4 deletions
|
|
@ -28,7 +28,8 @@ rm -f */*.linux
|
|||
./configure --without-innodb --without-docs
|
||||
|
||||
# build tools only
|
||||
make clean all-local
|
||||
make clean
|
||||
make
|
||||
|
||||
# Create mysql_version.h which was deleted my previous step
|
||||
./config.status include/mysql_version.h
|
||||
|
|
@ -55,7 +56,7 @@ make clean all-local
|
|||
# copying required linux tools
|
||||
cp extra/comp_err extra/comp_err.linux
|
||||
cp libmysql/conf_to_src libmysql/conf_to_src.linux
|
||||
cp libmysql_r/conf_to_src libmysql_r/conf_to_src.linux
|
||||
#cp libmysql_r/conf_to_src libmysql_r/conf_to_src.linux
|
||||
cp sql/gen_lex_hash sql/gen_lex_hash.linux
|
||||
cp strings/conf_to_src strings/conf_to_src.linux
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue