List:Internals« Previous MessageNext Message »
From:Sergei Golubchik Date:June 18 2005 6:14pm
Subject:bk commit into 4.1 tree (serg:1.2297) BUG#9828
View as plain text  
Below is the list of changes that have just been committed into a local
4.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.2297 05/06/18 18:14:28 serg@stripped +1 -0
  BSD make compatibility. bug#9828

  mysql-test/Makefile.am
    1.45 05/06/18 18:14:21 serg@stripped +9 -2
    BSD make compatibility. bug#9828

# 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-4.1

--- 1.44/mysql-test/Makefile.am	Fri Jun 10 15:30:11 2005
+++ 1.45/mysql-test/Makefile.am	Sat Jun 18 18:14:21 2005
@@ -82,9 +82,16 @@ install-data-local:
 	$(INSTALL_DATA) $(srcdir)/lib/init_db.sql $(DESTDIR)$(testdir)/lib
 	$(INSTALL_DATA) $(srcdir)/lib/*.pl $(DESTDIR)$(testdir)/lib
 
-std_data/%.pem:
+std_data/client-key.pem:
+	@CP@ $(top_srcdir)/SSL/$(@F) $(srcdir)/std_data
+std_data/client-cert.pem:
+	@CP@ $(top_srcdir)/SSL/$(@F) $(srcdir)/std_data
+std_data/cacert.pem:
+	@CP@ $(top_srcdir)/SSL/$(@F) $(srcdir)/std_data
+std_data/server-cert.pem:
+	@CP@ $(top_srcdir)/SSL/$(@F) $(srcdir)/std_data
+std_data/server-key.pem:
 	@CP@ $(top_srcdir)/SSL/$(@F) $(srcdir)/std_data
-
 
 SUFFIXES = .sh
 
Thread
bk commit into 4.1 tree (serg:1.2297) BUG#9828Sergei Golubchik18 Jun