summaryrefslogtreecommitdiff
path: root/databases/mysql54-server/files/patch-scripts::Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql54-server/files/patch-scripts::Makefile.in')
-rw-r--r--databases/mysql54-server/files/patch-scripts::Makefile.in35
1 files changed, 0 insertions, 35 deletions
diff --git a/databases/mysql54-server/files/patch-scripts::Makefile.in b/databases/mysql54-server/files/patch-scripts::Makefile.in
deleted file mode 100644
index 42e5e507112c..000000000000
--- a/databases/mysql54-server/files/patch-scripts::Makefile.in
+++ /dev/null
@@ -1,35 +0,0 @@
---- scripts/Makefile.in.orig Thu Oct 26 14:03:08 2006
-+++ scripts/Makefile.in Tue Nov 7 08:23:48 2006
-@@ -371,22 +371,7 @@
- yassl_libs = @yassl_libs@
- yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
- zlib_dir = @zlib_dir@
--bin_SCRIPTS = @server_scripts@ \
-- msql2mysql \
-- mysql_config \
-- mysql_fix_privilege_tables \
-- mysql_fix_extensions \
-- mysql_setpermission \
-- mysql_secure_installation \
-- mysql_zap \
-- mysqlaccess \
-- mysqlbug \
-- mysql_convert_table_format \
-- mysql_find_rows \
-- mysqlhotcopy \
-- mysqldumpslow \
-- mysqld_multi \
-- mysql_create_system_tables
-+bin_SCRIPTS =
-
- noinst_SCRIPTS = make_binary_distribution \
- make_sharedlib_distribution
-@@ -416,7 +401,7 @@
- mysqlbug \
- make_win_bin_dist
-
--dist_pkgdata_DATA = fill_help_tables.sql mysql_fix_privilege_tables.sql
-+dist_pkgdata_DATA =
-
- # mysqlbug should be distributed built so that people can report build
- # failures with it.