List:Commits« Previous MessageNext Message »
From:antony Date:December 16 2006 9:48am
Subject:bk commit into 5.1 tree (acurtis:1.2362)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of antony. When antony 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-12-16 01:48:30-08:00, acurtis@stripped +1 -0
  funky automake not making some files

  BUILD/autorun.sh@stripped, 2006-12-16 01:48:27-08:00, acurtis@stripped +3 -0
    funky automake not making some files

# 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:	acurtis
# Host:	ppcg5.local
# Root:	/Users/antony/Work/mysql-5.1-merge

--- 1.11/BUILD/autorun.sh	2006-12-16 01:48:38 -08:00
+++ 1.12/BUILD/autorun.sh	2006-12-16 01:48:38 -08:00
@@ -19,4 +19,7 @@
 # --add-missing instructs automake to install missing auxiliary files
 # and --force to overwrite them if they already exist
 automake --add-missing --force || die "Can't execute automake"
+automake --add-missing --force plugin/daemon_example/Makefile && \
+automake --add-missing --force plugin/fulltext/Makefile || \
+die "Can't execute automake"
 autoconf || die "Can't execute autoconf"
Thread
bk commit into 5.1 tree (acurtis:1.2362)antony16 Dec