List:Internals« Previous MessageNext Message »
From:lenz Date:July 6 2005 2:30pm
Subject:bk commit into 5.0 tree (lenz:1.1897)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of lenz. When lenz 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.1897 05/07/06 14:30:51 lenz@stripped +1 -0
  - manual merge of the make_binary_distribution.sh ChangeSet propagation

  scripts/make_binary_distribution.sh
    1.91 05/07/06 14:30:47 lenz@stripped +0 -11
    - manual merge

# 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:	lenz
# Host:	metis.lenznet
# Root:	/space/my/mysql-5.0.9-clone/RESYNC

--- 1.90/scripts/make_binary_distribution.sh	2005-06-08 11:48:52 +02:00
+++ 1.91/scripts/make_binary_distribution.sh	2005-07-06 14:30:47 +02:00
@@ -27,7 +27,7 @@
       --tmp=*)    TMP=`echo "$arg" | sed -e "s;--tmp=;;"` ;;
       --suffix=*) SUFFIX=`echo "$arg" | sed -e "s;--suffix=;;"` ;;
       --no-strip) STRIP=0 ;;
-      --machine)  MACHINE=`echo "$arg" | sed -e "s;--machine=;;"` ;;
+      --machine=*)  MACHINE=`echo "$arg" | sed -e "s;--machine=;;"` ;;
       --silent)   SILENT=1 ;;
       --with-ndbcluster) NDBCLUSTER=1 ;;
       *)
Thread
bk commit into 5.0 tree (lenz:1.1897)lenz6 Jul