List:Commits« Previous MessageNext Message »
From:kent Date:May 28 2007 8:18pm
Subject:bk commit into 5.1 tree (kent:1.2514)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of kent. When kent 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, 2007-05-28 22:18:51+02:00, kent@stripped +7 -0
  Makefile.am:
    Consistent use of '%::SCCS/s.%' to prevent some 'make'
    implementations from trying to update files in SCCS directory

  plugin/daemon_example/Makefile.am@stripped, 2007-05-28 22:17:02+02:00, kent@stripped +3 -0
    Consistent use of '%::SCCS/s.%' to prevent some 'make'
    implementations from trying to update files in SCCS directory

  plugin/fulltext/Makefile.am@stripped, 2007-05-28 22:17:33+02:00, kent@stripped +3 -0
    Consistent use of '%::SCCS/s.%' to prevent some 'make'
    implementations from trying to update files in SCCS directory

  unittest/Makefile.am@stripped, 2007-05-28 22:17:34+02:00, kent@stripped +3 -0
    Consistent use of '%::SCCS/s.%' to prevent some 'make'
    implementations from trying to update files in SCCS directory

  unittest/examples/Makefile.am@stripped, 2007-05-28 22:17:34+02:00, kent@stripped +2 -0
    Consistent use of '%::SCCS/s.%' to prevent some 'make'
    implementations from trying to update files in SCCS directory

  unittest/mysys/Makefile.am@stripped, 2007-05-28 22:17:46+02:00, kent@stripped +2 -0
    Consistent use of '%::SCCS/s.%' to prevent some 'make'
    implementations from trying to update files in SCCS directory

  unittest/mytap/Makefile.am@stripped, 2007-05-28 22:17:48+02:00, kent@stripped +3 -0
    Consistent use of '%::SCCS/s.%' to prevent some 'make'
    implementations from trying to update files in SCCS directory

  unittest/mytap/t/Makefile.am@stripped, 2007-05-28 22:17:49+02:00, kent@stripped +2 -0
    Consistent use of '%::SCCS/s.%' to prevent some 'make'
    implementations from trying to update files in SCCS directory

# 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:	kent
# Host:	kent-amd64.(none)
# Root:	/home/kent/bk/mysql-5.1-cross

--- 1.3/plugin/daemon_example/Makefile.am	2007-05-28 22:18:59 +02:00
+++ 1.4/plugin/daemon_example/Makefile.am	2007-05-28 22:18:59 +02:00
@@ -36,3 +36,6 @@
 libdaemon_example_a_CXXFLAGS =	$(AM_CFLAGS)
 libdaemon_example_a_CFLAGS =	$(AM_CFLAGS)
 libdaemon_example_a_SOURCES=	daemon_example.cc
+
+# Don't update the files from bitkeeper
+%::SCCS/s.%

--- 1.4/unittest/mytap/Makefile.am	2007-05-28 22:18:59 +02:00
+++ 1.5/unittest/mytap/Makefile.am	2007-05-28 22:18:59 +02:00
@@ -21,3 +21,6 @@
 libmytap_a_SOURCES = tap.c
 
 SUBDIRS            = . t
+
+# Don't update the files from bitkeeper
+%::SCCS/s.%

--- 1.8/unittest/mytap/t/Makefile.am	2007-05-28 22:18:59 +02:00
+++ 1.9/unittest/mytap/t/Makefile.am	2007-05-28 22:18:59 +02:00
@@ -21,3 +21,5 @@
 
 noinst_PROGRAMS = basic-t
 
+# Don't update the files from bitkeeper
+%::SCCS/s.%

--- 1.13/unittest/Makefile.am	2007-05-28 22:18:59 +02:00
+++ 1.14/unittest/Makefile.am	2007-05-28 22:18:59 +02:00
@@ -25,3 +25,6 @@
 
 test-verbose:
 	HARNESS_VERBOSE=1 perl unit.pl run $(unittests)
+
+# Don't update the files from bitkeeper
+%::SCCS/s.%

--- 1.8/unittest/examples/Makefile.am	2007-05-28 22:18:59 +02:00
+++ 1.9/unittest/examples/Makefile.am	2007-05-28 22:18:59 +02:00
@@ -22,3 +22,5 @@
 
 noinst_PROGRAMS    = simple-t skip-t todo-t skip_all-t no_plan-t core-t
 
+# Don't update the files from bitkeeper
+%::SCCS/s.%

--- 1.7/unittest/mysys/Makefile.am	2007-05-28 22:18:59 +02:00
+++ 1.8/unittest/mysys/Makefile.am	2007-05-28 22:18:59 +02:00
@@ -23,3 +23,5 @@
 
 noinst_PROGRAMS  = bitmap-t base64-t my_atomic-t
 
+# Don't update the files from bitkeeper
+%::SCCS/s.%

--- 1.9/plugin/fulltext/Makefile.am	2007-05-28 22:18:59 +02:00
+++ 1.10/plugin/fulltext/Makefile.am	2007-05-28 22:18:59 +02:00
@@ -22,3 +22,6 @@
 mypluglib_la_SOURCES= plugin_example.c
 mypluglib_la_LDFLAGS= -module -rpath $(pkglibdir)
 mypluglib_la_CFLAGS= -DMYSQL_DYNAMIC_PLUGIN
+
+# Don't update the files from bitkeeper
+%::SCCS/s.%
Thread
bk commit into 5.1 tree (kent:1.2514)kent28 May