Below is the list of changes that have just been committed into a local
5.1 repository of serg. When serg 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.2184 06/05/25 12:48:31 serg@stripped +1 -0
fix for BSD make
unittest/Makefile.am
1.6 06/05/25 12:48:16 serg@stripped +1 -1
fix for BSD make
# 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: serg
# Host: serg.mylan
# Root: /usr/home/serg/Abk/mysql-5.1
--- 1.5/unittest/Makefile.am Fri Apr 14 11:52:53 2006
+++ 1.6/unittest/Makefile.am Thu May 25 12:48:16 2006
@@ -23,5 +23,5 @@ examples:
cd examples && $(MAKE)
unit: $(srcdir)/unit.pl
- cp $< $@
+ cp $(srcdir)/unit.pl $@
chmod +x $@
| Thread |
|---|
| • bk commit into 5.1 tree (serg:1.2184) | Sergei Golubchik | 25 May |