#At file:///MySQL/REPO/V50/push-5.0/
2637 Joerg Bruehe 2008-06-27 [merge]
Take the fix for bug#37623 (Suffix "-64bit" is duplicated)
into the 5.0-build team tree.
modified:
scripts/make_binary_distribution.sh
=== modified file 'scripts/make_binary_distribution.sh'
--- a/scripts/make_binary_distribution.sh 2008-04-28 19:53:52 +0000
+++ b/scripts/make_binary_distribution.sh 2008-06-27 17:12:42 +0000
@@ -61,6 +61,7 @@ system=`echo $system | sed -e 's/[a-z]*-
system=`echo $system | sed -e 's/darwin6.*/osx10.2/g'`
system=`echo $system | sed -e 's/darwin7.*/osx10.3/g'`
system=`echo $system | sed -e 's/darwin8.*/osx10.4/g'`
+system=`echo $system | sed -e 's/darwin9.*/osx10.5/g'`
system=`echo $system | sed -e 's/\(aix4.3\).*/\1/g'`
system=`echo $system | sed -e 's/\(aix5.1\).*/\1/g'`
system=`echo $system | sed -e 's/\(aix5.2\).*/\1/g'`
| Thread |
|---|
| • bzr commit into mysql-5.0 branch (joerg:2637) Bug#37623 | Joerg Bruehe | 27 Jun |