List:Commits« Previous MessageNext Message »
From:jonas Date:March 11 2006 8:34pm
Subject:bk commit into 5.1 tree (jonas:1.2165)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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.2165 06/03/11 21:34:49 jonas@stripped +1 -0
  ndb -
    Dont put object file in list of SOURCES...causing really weird make dist problem

  storage/ndb/src/kernel/vm/Makefile.am
    1.18 06/03/11 21:34:46 jonas@stripped +2 -2
    Dont put object file in list of SOURCES...causing really weird make dist problem

# 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:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/mysql-5.1-new

--- 1.17/storage/ndb/src/kernel/vm/Makefile.am	2006-02-28 12:56:02 +01:00
+++ 1.18/storage/ndb/src/kernel/vm/Makefile.am	2006-03-11 21:34:46 +01:00
@@ -53,8 +53,8 @@
   $(top_builddir)/dbug/libdbug.a \
   $(top_builddir)/strings/libmystrings.a
 
-bench_pool_SOURCES = bench_pool.cpp ../SimBlockList.o
-bench_pool_LDFLAGS = @ndb_bin_am_ldflags@ \
+bench_pool_SOURCES = bench_pool.cpp
+bench_pool_LDFLAGS = @ndb_bin_am_ldflags@ ../SimBlockList.o \
   libkernel.a ../error/liberror.a \
   $(top_builddir)/storage/ndb/src/libndbclient.la \
   $(top_builddir)/mysys/libmysys.a \
Thread
bk commit into 5.1 tree (jonas:1.2165)jonas11 Mar