List:Commits« Previous MessageNext Message »
From:kent Date:May 22 2006 10:51pm
Subject:bk commit into 4.1 tree (kent:1.2482)
View as plain text  
Below is the list of changes that have just been committed into a local
4.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
  1.2482 06/05/23 00:50:39 kent@stripped +1 -0
  make_sharedlib_distribution.sh:
    Solaris sh don't like {..} in file matching

  scripts/make_sharedlib_distribution.sh
    1.3 06/05/23 00:49:20 kent@stripped +4 -2
    Solaris sh don't like {..} in file matching

# 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:	c-564072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root:	/Users/kent/mysql/bk/mysql-4.1-new

--- 1.2/scripts/make_sharedlib_distribution.sh	2004-07-23 12:44:06 +02:00
+++ 1.3/scripts/make_sharedlib_distribution.sh	2006-05-23 00:49:20 +02:00
@@ -45,9 +45,11 @@
 mkdir -p $BASE/lib
 
 for i in \
-  libmysql/.libs/libmysqlclient.s{l,o}* \
+  libmysql/.libs/libmysqlclient.so* \
+  libmysql/.libs/libmysqlclient.sl* \
   libmysql/.libs/libmysqlclient*.dylib \
-  libmysql_r/.libs/libmysqlclient_r.s{l,o}* \
+  libmysql_r/.libs/libmysqlclient_r.so* \
+  libmysql_r/.libs/libmysqlclient_r.sl* \
   libmysql_r/.libs/libmysqlclient_r*.dylib
 do
   if [ -f $i ]
Thread
bk commit into 4.1 tree (kent:1.2482)kent23 May