summaryrefslogtreecommitdiff
path: root/databases/percona55-server/files/patch-scripts::Makefile.in
blob: a8fb0cbf469ad7dfddb5580e33e600e81409502e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
--- scripts/Makefile.in.orig	2010-07-06 20:37:13.000000000 +0200
+++ scripts/Makefile.in	2010-07-16 10:19:28.000000000 +0200
@@ -390,20 +390,7 @@
 BUILT_SOURCES = mysql_fix_privilege_tables.sql \
 		mysql_fix_privilege_tables_sql.c
 
-bin_SCRIPTS = @server_scripts@ \
-			msql2mysql \
-			mysql_config \
-			mysql_fix_extensions \
-			mysql_setpermission \
-			mysql_secure_installation \
-			mysql_zap \
-			mysqlaccess \
-			mysqlbug \
-			mysql_convert_table_format \
-			mysql_find_rows \
-			mysqlhotcopy \
-			mysqldumpslow \
-			mysqld_multi
+bin_SCRIPTS =
 
 noinst_SCRIPTS = make_binary_distribution \
 			make_sharedlib_distribution \
@@ -439,11 +426,7 @@
 			mysql_system_tables_fix.sql \
 			CMakeLists.txt 
 
-dist_pkgdata_DATA = fill_help_tables.sql \
-			mysql_fix_privilege_tables.sql \
-			mysql_system_tables.sql \
-			mysql_system_tables_data.sql \
-			mysql_test_data_timezone.sql
+dist_pkgdata_DATA =
 
 CLEANFILES = @server_scripts@ \
 			make_binary_distribution \