Below is the list of changes that have just been committed into a local
5.0 repository of hartmut. When hartmut 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@stripped, 2007-03-29 17:10:07+02:00, hartmut@stripped +1 -0
more clever gcc version checking (Bug #27526)
BUILD/check-cpu@stripped, 2007-03-29 17:10:05+02:00, hartmut@stripped +1 -1
more clever gcc version checking (Bug #27526)
# 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: hartmut
# Host: hartmut-desktop.buero.foebud.org
# Root: /home/hartmut/projects/mysql/dev/5.0
--- 1.21/BUILD/check-cpu 2007-03-29 17:10:12 +02:00
+++ 1.22/BUILD/check-cpu 2007-03-29 17:10:12 +02:00
@@ -163,7 +163,7 @@
fi
cc_ver=`$cc --version | sed 1q`
- cc_verno=`echo $cc_ver | sed -e 's/^.*gcc/gcc/g; s/[^0-9. ]//g; s/^ *//g; s/ .*//g'`
+ cc_verno=`echo $cc_ver | sed -e 's/^.*(GCC)//g; s/[^0-9. ]//g; s/^ *//g; s/ .*//g'`
set -- `echo $cc_verno | tr '.' ' '`
cc_major=$1
cc_minor=$2
| Thread |
|---|
| • bk commit into 5.0 tree (hartmut:1.2421) BUG#27526 | 'Hartmut Holzgraefe' | 29 Mar |