ports/databases/mysql41-server/files/patch-scripts::Makefile.in
Alex Dupre eff0021f23 - Update to 4.1.2 release
- Add experimental WITH_PROC_SCOPE_PTH knob to use process scope
  threads instead of system scope threads with libpthread
2004-06-01 07:15:09 +00:00

48 lines
1.3 KiB
Text

--- scripts/Makefile.in.orig Fri May 28 21:38:37 2004
+++ scripts/Makefile.in Mon May 31 15:14:31 2004
@@ -276,26 +276,7 @@
vio_dir = @vio_dir@
vio_libs = @vio_libs@
-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 \
- mysql_explain_log \
- mysql_tableinfo \
- mysqld_multi \
- make_win_src_distribution \
- make_win_binary_distribution \
- mysql_create_system_tables
+bin_SCRIPTS =
EXTRA_SCRIPTS = make_binary_distribution.sh \
@@ -329,7 +310,7 @@
mysqlbug
-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.
@@ -605,8 +586,6 @@
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
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: