Below is the list of changes that have just been committed into a local
5.1 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, 2006-10-31 09:15:53+01:00, hartmut@stripped +1 -0
convert '-' in cpu flags to '_' for variable assignment (Bug #23721)
BUILD/check-cpu@stripped, 2006-10-31 09:15:48+01:00, hartmut@stripped +1 -1
convert '-' in cpu flags to '_' for variable assignment (Bug #23721)
# 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: linux.site
# Root: /home/hartmut/projects/mysql/dev/5.1-maint
--- 1.18/BUILD/check-cpu 2006-10-31 09:16:01 +01:00
+++ 1.19/BUILD/check-cpu 2006-10-31 09:16:01 +01:00
@@ -28,7 +28,7 @@
fi
# parse CPU flags
- for flag in `$cpuinfo | grep '^flags' | sed -e 's/^flags.*: //'`; do
+ for flag in `$cpuinfo | grep '^flags' | sed -e 's/^flags.*: //' -e 's/-/_/'`; do
eval cpu_flag_$flag=yes
done
else
| Thread |
|---|
| • bk commit into 5.1 tree (hartmut:1.2342) BUG#23721 | 'Hartmut Holzgraefe' | 31 Oct |