diff options
author | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-01-01 05:35:10 +0100 |
---|---|---|
committer | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-01-01 05:35:10 +0100 |
commit | ec08ea705871be703b55add6dbf5c07abfb76e4a (patch) | |
tree | 5c828ffd8cf929223409e83dd6396e740ce28dc9 /BUILD | |
parent | 27ecbeecdc0a064d0ff5ea88abe01e786fcc5b99 (diff) | |
parent | e809f9133efc93f9101f92697cb5b8aacbae18fc (diff) | |
download | mariadb-git-ec08ea705871be703b55add6dbf5c07abfb76e4a.tar.gz |
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
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 fb69fd0acae..07d8e71b0e4 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` |