List:Internals« Previous MessageNext Message »
From:Jim Winstead Date:March 2 2005 3:34am
Subject:bk commit into 5.0 tree (jimw:1.1785) BUG#8648
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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.1785 05/03/01 19:34:14 jimw@stripped +1 -0
  Fix option handling of ./BUILD/compile-* to not try and pass options to
  configure. It was already changed not to support additional options, but now
  it was trying to pass all of the options to ./configure. (Bug #8648)

  BUILD/FINISH.sh
    1.28 05/03/01 19:32:02 jimw@stripped +0 -6
    Remove obsolete code that took arguments to the build scripts and passed
    them to configure -- now the only options supported are those handled within
    BUILD/SETUP.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:	jimw
# Host:	rama.(none)
# Root:	/home/jimw/my/mysql-5.0-8648

--- 1.27/BUILD/FINISH.sh	2004-11-23 06:10:07 -08:00
+++ 1.28/BUILD/FINISH.sh	2005-03-01 19:32:02 -08:00
@@ -2,12 +2,6 @@
 cxxflags="$cxx_warnings $base_cxxflags $extra_flags"
 extra_configs="$extra_configs $local_infile_configs"
 configure="./configure $base_configs $extra_configs"
-for arg
-do
-  # Escape special characters so they don't confuse eval
-  configure="$configure "`echo "$arg" | \
-  		sed -e 's,\([^a-zA-Z0-9_.=-]\),\\\\\1,g'`
-done
 
 commands="\
 $make -k distclean || true 
Thread
bk commit into 5.0 tree (jimw:1.1785) BUG#8648Jim Winstead2 Mar