From: Date: September 20 2006 8:57am Subject: bk commit into 5.0 tree (msvensson:1.2234) BUG#19738 List-Archive: http://lists.mysql.com/commits/12255 X-Bug: 19738 Message-Id: <20060920065706.967738A0C77@localhost.localdomain> Below is the list of changes that have just been committed into a local 5.0 repository of msvensson. When msvensson 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@stripped, 2006-09-20 08:56:57+02:00, msvensson@shellback.(none) +1 -0 Bug#19738 "make install" tries to build files that "make" should already have built - Move gen_lex_hash to EXTRA_PROGRAMS sql/Makefile.am@stripped, 2006-09-20 08:56:54+02:00, msvensson@shellback.(none) +1 -1 Move gen_lex_hash to EXTRA_PROGRAMS, this will make it be built only when lex_hash.h need to be rebuilt # 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: msvensson # Host: shellback.(none) # Root: /home/msvensson/mysql/bug19738/my50-bug19738 --- 1.120/sql/Makefile.am 2006-09-20 08:57:06 +02:00 +++ 1.121/sql/Makefile.am 2006-09-20 08:57:06 +02:00 @@ -27,7 +27,7 @@ WRAPLIBS= @WRAPLIBS@ SUBDIRS = share libexec_PROGRAMS = mysqld -noinst_PROGRAMS = gen_lex_hash +EXTRA_PROGRAMS = gen_lex_hash bin_PROGRAMS = mysql_tzinfo_to_sql gen_lex_hash_LDFLAGS = @NOINST_LDFLAGS@ LDADD = $(top_builddir)/myisam/libmyisam.a \