List:Internals« Previous MessageNext Message »
From:lenz Date:June 1 2005 10:59am
Subject:bk commit into 4.0 tree (lenz:1.2112) BUG#10824
View as plain text  
Below is the list of changes that have just been committed into a local
4.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.2112 05/06/01 12:59:10 lenz@stripped +3 -0
  - removed references to some obsolete files (BUG#10824)
  - removed obsolete mysql-max.spec.sc RPM spec file (Max is built out of the standard
    spec file)

  scripts/make_binary_distribution.sh
    1.60 05/06/01 12:59:07 lenz@stripped +0 -3
    - removed references to some obsolete files

  configure.in
    1.327 05/06/01 12:59:07 lenz@stripped +1 -7
    - removed references to some obsolete files

  BitKeeper/deleted/.del-mysql-max.spec.sh~ca055d86585c1010
    1.10 05/06/01 12:54:37 lenz@stripped +0 -0
    Delete: support-files/mysql-max.spec.sh

# 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.0-build

--- 1.326/configure.in	2005-05-07 11:29:23 +02:00
+++ 1.327/configure.in	2005-06-01 12:59:07 +02:00
@@ -1193,16 +1193,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.59/scripts/make_binary_distribution.sh	2004-08-05 17:05:06 +02:00
+++ 1.60/scripts/make_binary_distribution.sh	2005-06-01 12:59:07 +02:00
@@ -74,9 +74,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.0 tree (lenz:1.2112) BUG#10824lenz1 Jun