From: Date: September 30 2005 6:06pm Subject: bk commit into 5.0 tree (hartmut:1.2000) BUG#13640 List-Archive: http://lists.mysql.com/internals/30580 X-Bug: 13640 Message-Id: <20050930160650.5AEF71C4622@linux.site> Below is the list of changes that have just been committed into a local 5.0 repository of hartmut. When hartmut does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.2000 05/09/30 18:06:38 hartmut@stripped +1 -0 CygWin build fix (Bug #13640) extra/Makefile.am 1.29 05/09/30 18:06:10 hartmut@stripped +1 -1 CygWin build fix (Bug #13640) # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: hartmut # Host: linux.site # Root: /home/hartmut/projects/mysql/dev/5.0 --- 1.28/extra/Makefile.am 2005-09-08 14:46:32 +02:00 +++ 1.29/extra/Makefile.am 2005-09-30 18:06:10 +02:00 @@ -26,7 +26,7 @@ DIST_SUBDIRS= yassl # This will build mysqld_error.h and sql_state.h -$(top_builddir)/include/mysqld_error.h: comp_err +$(top_builddir)/include/mysqld_error.h: comp_err$(EXEEXT) $(top_builddir)/extra/comp_err \ --charset=$(top_srcdir)/sql/share/charsets \ --out-dir=$(top_builddir)/sql/share/ \