List:Internals« Previous MessageNext Message »
From:lenz Date:June 1 2005 1:06pm
Subject:bk commit into 4.1 tree (lenz:1.2302)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 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.2302 05/06/01 13:06:15 lenz@stripped +2 -0
  Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1

  scripts/make_binary_distribution.sh
    1.76 05/06/01 13:06:14 lenz@stripped +0 -0
    Auto merged

  configure.in
    1.376 05/06/01 13:06:14 lenz@stripped +0 -0
    Auto merged

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

--- 1.375/configure.in	2005-05-26 11:43:41 +02:00
+++ 1.376/configure.in	2005-06-01 13:06:14 +02:00
@@ -1262,16 +1262,10 @@
     #
     echo -n "making sure specific build files are writable... "
     for file in \
-        Docs/include.texi \
         Docs/mysql.info \
-        Docs/manual.txt \
-        Docs/manual_toc.html \
-        Docs/manual.html \
         Docs/INSTALL-BINARY \
         INSTALL-SOURCE \
-        COPYING \
-        COPYING.LIB \
-        MIRRORS
+        COPYING
     do
       if test -e $file; then
         chmod +w $file

--- 1.75/scripts/make_binary_distribution.sh	2005-04-13 03:04:30 +02:00
+++ 1.76/scripts/make_binary_distribution.sh	2005-06-01 13:06:14 +02:00
@@ -76,9 +76,6 @@
 fi
 
 for i in ChangeLog \
-         Docs/manual.html \
-         Docs/manual.txt \
-         Docs/manual_toc.html \
 				 Docs/mysql.info
 do
   if [ -f $i ]
Thread
bk commit into 4.1 tree (lenz:1.2302)lenz1 Jun