List:Commits« Previous MessageNext Message »
From:Jim Winstead Date:April 13 2006 7:36pm
Subject:bk commit into 5.1 tree (jimw:1.2340)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jimw. When jimw 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.2340 06/04/13 12:36:14 jimw@stripped +1 -0
  Don't remove mysql-test/std_data/*.pem in 'make clean'

  mysql-test/Makefile.am
    1.73 06/04/13 12:35:35 jimw@stripped +4 -3
    Don't clean *.pem 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:	jimw
# Host:	rama.(none)
# Root:	/home/jimw/my/mysql-5.1-clean

--- 1.72/mysql-test/Makefile.am	2006-04-11 18:54:19 -07:00
+++ 1.73/mysql-test/Makefile.am	2006-04-13 12:35:35 -07:00
@@ -27,9 +27,10 @@
 GENSCRIPTS =		mysql-test-run install_test_db
 PRESCRIPTS =		mysql-test-run.pl
 test_SCRIPTS = 		$(GENSCRIPTS) $(PRESCRIPTS)
-test_DATA = std_data/client-key.pem std_data/client-cert.pem std_data/cacert.pem \
-	std_data/server-cert.pem std_data/server-key.pem 
-CLEANFILES = 		$(GENSCRIPTS) $(test_DATA)
+test_DATA =		std_data/client-key.pem std_data/client-cert.pem \
+			std_data/cacert.pem std_data/server-cert.pem \
+			std_data/server-key.pem 
+CLEANFILES = 		$(GENSCRIPTS)
 
 INCLUDES =		-I$(top_builddir)/include -I$(top_srcdir)/include -I..
 
Thread
bk commit into 5.1 tree (jimw:1.2340)Jim Winstead13 Apr