From: jani Date: December 23 2005 9:31am Subject: bk commit into 5.0 tree (jani:1.1999) List-Archive: http://lists.mysql.com/commits/382 Message-Id: <20051223093112.1DAB975457@suse9-x86.mysql.com> Below is the list of changes that have just been committed into a local 5.0 repository of mysqldev. When mysqldev 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.1999 05/12/23 10:30:56 jani@stripped +1 -0 Local change. Removed EXEEXT, because it doesn't compile for Netware. extra/Makefile.am 1.33 05/12/23 10:30:42 jani@stripped +2 -2 Local change. Removed EXEEXT, because it doesn't compile for Netware. # 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: jani # Host: suse9-x86.mysql.com # Root: /home/mysqldev/mydev/mysql-5.0.18-build-dev --- 1.32/extra/Makefile.am 2005-12-14 02:08:52 +01:00 +++ 1.33/extra/Makefile.am 2005-12-23 10:30:42 +01:00 @@ -29,8 +29,8 @@ DIST_SUBDIRS= yassl # This will build mysqld_error.h and sql_state.h -$(top_builddir)/include/mysqld_error.h: comp_err$(EXEEXT) - $(top_builddir)/extra/comp_err$(EXEEXT) \ +$(top_builddir)/include/mysqld_error.h: comp_err + $(top_builddir)/extra/comp_err \ --charset=$(top_srcdir)/sql/share/charsets \ --out-dir=$(top_builddir)/sql/share/ \ --header_file=$(top_builddir)/include/mysqld_error.h \