mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
Merge mysql.com:/space/my/mysql-4.1
into mysql.com:/space/my/mysql-4.1-build
This commit is contained in:
commit
200dca7f40
72 changed files with 398 additions and 14695 deletions
|
|
@ -59,7 +59,6 @@ EXTRA_SCRIPTS = make_binary_distribution.sh \
|
|||
mysqld_multi.sh \
|
||||
mysql_tableinfo.sh \
|
||||
mysqld_safe.sh \
|
||||
fill_help_tables.sh \
|
||||
mysql_create_system_tables.sh
|
||||
|
||||
EXTRA_DIST = $(EXTRA_SCRIPTS) \
|
||||
|
|
@ -87,7 +86,6 @@ CLEANFILES = @server_scripts@ \
|
|||
mysqldumpslow \
|
||||
mysqld_multi \
|
||||
make_win_src_distribution \
|
||||
fill_help_tables \
|
||||
mysql_create_system_tables
|
||||
|
||||
SUPERCLEANFILES = mysqlbug
|
||||
|
|
@ -151,7 +149,4 @@ SUFFIXES = .sh
|
|||
# Don't update the files from bitkeeper
|
||||
%::SCCS/s.%
|
||||
|
||||
all: fill_help_tables.sql make_win_src_distribution make_binary_distribution make_sharedlib_distribution
|
||||
|
||||
fill_help_tables.sql: fill_help_tables ../Docs/manual.texi
|
||||
./fill_help_tables < ../Docs/manual.texi > fill_help_tables.sql
|
||||
all: make_win_src_distribution make_binary_distribution make_sharedlib_distribution
|
||||
|
|
|
|||
3
scripts/fill_help_tables.sql
Normal file
3
scripts/fill_help_tables.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
-- fill_help_tables.sql - this file is a placeholder to satisfy build dependencies -
|
||||
-- it will be replaced with the appropriate content by the Boostrap script that
|
||||
-- creates the official source distribution.
|
||||
|
|
@ -289,9 +289,7 @@ cd $SOURCE
|
|||
for i in COPYING ChangeLog README EXCEPTIONS-CLIENT\
|
||||
INSTALL-SOURCE INSTALL-WIN \
|
||||
INSTALL-WIN-SOURCE \
|
||||
Docs/manual_toc.html Docs/manual.html \
|
||||
Docs/manual.txt Docs/mysqld_error.txt \
|
||||
Docs/INSTALL-BINARY Docs/internals.texi
|
||||
Docs/INSTALL-BINARY
|
||||
do
|
||||
print_debug "Copying file '$i'"
|
||||
if [ -f $i ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue