List:Commits« Previous MessageNext Message »
From:msvensson Date:September 19 2006 8:15am
Subject:bk commit into 5.0 tree (msvensson:1.2233) BUG#19738
View as plain text  
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-19 08:15:42+02:00, msvensson@shellback.(none) +1 -0
  Bug#19738 "make install" tries to build files that "make" should already have built
   - Remove the wildcard dependcy on the charset xml files

  extra/Makefile.am@stripped, 2006-09-19 08:15:39+02:00, msvensson@shellback.(none) +1 -2
    Remove the "wildcard" dependency

# 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.33/extra/Makefile.am	2006-09-19 08:15:48 +02:00
+++ 1.34/extra/Makefile.am	2006-09-19 08:15:48 +02:00
@@ -32,8 +32,7 @@
 # NOTE Built files should depend on their sources to avoid
 # the built files being rebuilt in source dist
 $(top_builddir)/include/mysqld_error.h: comp_err.c \
-			$(top_srcdir)/sql/share/errmsg.txt \
-			$(wildcard $(top_srcdir)/sql/share/charsets/*.xml)
+			$(top_srcdir)/sql/share/errmsg.txt
 	$(MAKE) $(AM_MAKEFLAGS) comp_err$(EXEEXT)
 	$(top_builddir)/extra/comp_err$(EXEEXT) \
 	--charset=$(top_srcdir)/sql/share/charsets \
Thread
bk commit into 5.0 tree (msvensson:1.2233) BUG#19738msvensson19 Sep