* config/default.exp: Remove send_user call for stray output.

This commit is contained in:
Ben Elliston 2005-03-07 23:12:53 +00:00
parent 048325cf9c
commit 55aba7043f
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-03-08 Ben Elliston <bje@au.ibm.com>
* config/default.exp: Remove send_user call for stray output.
2005-01-04 Martin Koegler <mkoegler@auto.tuwien.ac.at>
* binutils-all/testprog.c: Add prototype for printf() and make

View File

@ -76,7 +76,6 @@ if ![file isdirectory tmpdir] {catch "exec mkdir tmpdir" status}
# to force it to use the newly built assembler/linker.
if {![file isdirectory tmpdir/gas]} then {
catch "exec mkdir tmpdir/gas" status
send_user "file isfile ../gas/as-new[exe_ext]: [file isfile ../gas/as-new[exe_ext]]\n"
if {[file isfile ../gas/as-new[exe_ext]]} then {
catch "exec cp ../gas/as-new[exe_ext] tmpdir/gas/as[exe_ext]" status
} else {