libjava.exp (test_libjava_from_javac): Don't create .o files containing $ characters and always quote class files with...
* lib/libjava.exp (test_libjava_from_javac): Don't create .o files containing $ characters and always quote class files with "'"s. From-SVN: r62919
This commit is contained in:
parent
fe7496dd9f
commit
394a76de73
2 changed files with 8 additions and 1 deletions
|
@ -787,8 +787,10 @@ proc test_libjava_from_javac { options srcfile compile_args inpfile resultfile e
|
|||
if {$mode == "compile"} {
|
||||
foreach c_file $class_files {
|
||||
set executable [file rootname [file tail $c_file]].o
|
||||
# Don't write files which contain $ chars.
|
||||
set executable [string map {$ ^} $executable]
|
||||
set x [libjava_prune_warnings \
|
||||
[libjava_tcompile $c_file "$executable" $type $args]]
|
||||
[libjava_tcompile '$c_file' "$executable" $type $args]]
|
||||
lappend removeList $executable
|
||||
if {$x != ""} {
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue