diff options
author | unknown <kent@kent-amd64.(none)> | 2007-01-01 05:37:55 +0100 |
---|---|---|
committer | unknown <kent@kent-amd64.(none)> | 2007-01-01 05:37:55 +0100 |
commit | fabd0384736dc5995b0f1a79bc453213f1a1cdc5 (patch) | |
tree | 7456d60b83b43454dba9179f0009773c6b2d511e /BUILD | |
parent | 71d6e417dfed6b42ed82738fb9087de73c986f00 (diff) | |
parent | ec08ea705871be703b55add6dbf5c07abfb76e4a (diff) | |
download | mariadb-git-fabd0384736dc5995b0f1a79bc453213f1a1cdc5.tar.gz |
Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-build
into mysql.com:/home/kent/bk/tmp/mysql-5.1-build
BUILD/check-cpu:
Auto merged
client/mysql_upgrade.c:
Auto merged
BitKeeper/deleted/.del-mysys.vcproj~40a49d09c4184822:
Auto merged
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/check-cpu | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD/check-cpu b/BUILD/check-cpu index d85adf21d71..b4f5fd41b06 100755 --- a/BUILD/check-cpu +++ b/BUILD/check-cpu @@ -177,8 +177,7 @@ check_cpu () { touch __test.c while [ "$cpu_arg" ] ; do - # FIXME: echo -n isn't portable - see contortions autoconf goes through - echo -n testing $cpu_arg "... " >&2 + printf "testing $cpu_arg ... " >&2 # compile check check_cpu_cflags=`eval echo $check_cpu_args` |