Below is the list of changes that have just been committed into a local
5.1 repository of prem. When prem 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.2029 06/01/04 09:42:55 pkarthick@stripped[prem] +1 -0
5.1_configure.in.patch
configure.in
1.331 06/01/03 17:20:53 pkarthick@stripped[prem] +3 -1
Import patch 5.1_configure.in.patch
# 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: pkarthick
# Host: blr-naas-nwl04.blr.novell.com
# Root: /home/prem/bk/mysql-5.1
--- 1.330/configure.in 2005-12-31 14:43:33 +05:30
+++ 1.331/configure.in 2006-01-03 17:20:53 +05:30
@@ -2551,14 +2551,16 @@
case $SYSTEM_TYPE in
*netware*)
MAKE_BINARY_DISTRIBUTION_OPTIONS=--no-strip
+ CONF_ARGS=--host="$MACHINE_TYPE-$SYSTEM_TYPE"
;;
*)
MAKE_BINARY_DISTRIBUTION_OPTIONS=
+ CONF_ARGS=
;;
esac
for CONF in $other_configures; do
- (cd `dirname $CONF`; ./`basename $CONF` --build=$build_alias)
+ (cd `dirname $CONF`; ./`basename $CONF` $CONF_ARGS --build=$build_alias)
done
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
| Thread |
|---|
| • bk commit into 5.1 tree (pkarthick:1.2029) | pkarthick | 4 Jan |