diff options
author | Narayanan V <v.narayanan@sun.com> | 2008-09-04 17:23:16 +0530 |
---|---|---|
committer | Narayanan V <v.narayanan@sun.com> | 2008-09-04 17:23:16 +0530 |
commit | 9e8851b1585368e6366ca8d1cdea49b44b41ff12 (patch) | |
tree | f40574f45795d6883e1019806049cb73cf04ecbc /Makefile.am | |
parent | 51381ae3a60f9ea3f630fdb7d9e5395b70909350 (diff) | |
parent | 8eae64aab80eff72eebb9c0c2eef25ce2f5dcb46 (diff) | |
download | mariadb-git-9e8851b1585368e6366ca8d1cdea49b44b41ff12.tar.gz |
merging mysql-5.1->mysql-5.1-sea
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 91509f68ccc..c0a5334a032 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,7 @@ 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. +# 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 @@ -57,6 +57,7 @@ dist-hook: --builddir=$(top_builddir) \ --datadir=$(distdir)/win/data \ --srcdir=$(top_srcdir) + storage/myisam/myisamchk --silent --fast $(distdir)/win/data/mysql/*.MYI all-local: @ABI_CHECK@ |