#At file:///shared/home/df/mysql/bazaar/mysql-5.1-winbuild-merge/
2708 Daniel Fischer 2008-10-20
merge fix
modified:
Makefile.am
=== modified file 'Makefile.am'
--- a/Makefile.am 2008-10-20 17:05:35 +0000
+++ b/Makefile.am 2008-10-20 18:07:51 +0000
@@ -49,15 +49,8 @@ bin-dist: all
$(top_builddir)/scripts/make_binary_distribution @MAKE_BINARY_DISTRIBUTION_OPTIONS@
# Remove BK's "SCCS" subdirectories from source distribution
-# Create initial database files for Windows installations and check them.
dist-hook:
-rm -rf `find $(distdir) -type d -name SCCS -print`
- mkdir -p $(distdir)/win
- scripts/mysql_install_db --no-defaults --cross-bootstrap \
- --builddir=$(top_builddir) \
- --datadir=$(distdir)/win/data \
- --srcdir=$(top_srcdir)
- storage/myisam/myisamchk --silent --fast $(distdir)/win/data/mysql/*.MYI
all-local: @ABI_CHECK@
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (df:2708) | Daniel Fischer | 20 Oct |