mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-16 08:30:31 +08:00
compile.exp: Sort sources.
* libjava.compile/compile.exp: Sort sources. * libjava.jni/jni.exp (gcj_jni_run): Likewise. * libjava.lang/lang.exp: Likewise. From-SVN: r55558
This commit is contained in:
parent
d042370eb0
commit
c1740ae3c1
@ -1,3 +1,9 @@
|
||||
2002-07-18 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* libjava.compile/compile.exp: Sort sources.
|
||||
* libjava.jni/jni.exp (gcj_jni_run): Likewise.
|
||||
* libjava.lang/lang.exp: Likewise.
|
||||
|
||||
2002-07-02 Andrew Haley <aph@redhat.com>
|
||||
|
||||
* libjava.lang/inline.java: New file.
|
||||
|
@ -1,6 +1,6 @@
|
||||
global srcdir subdir
|
||||
|
||||
catch "glob -nocomplain ${srcdir}/${subdir}/*.java" srcfiles
|
||||
catch { lsort [glob -nocomplain ${srcdir}/${subdir}/*.java] } srcfiles
|
||||
verbose "srcfiles are $srcfiles"
|
||||
|
||||
set prefix ""
|
||||
|
@ -167,7 +167,7 @@ proc gcj_jni_run {} {
|
||||
|
||||
# For now we only test JNI on native builds.
|
||||
if {$build_triplet == $host_triplet} {
|
||||
catch "glob -nocomplain ${srcdir}/${subdir}/*.java" srcfiles
|
||||
catch { lsort [glob -nocomplain ${srcdir}/${subdir}/*.java] } srcfiles
|
||||
|
||||
foreach x $srcfiles {
|
||||
gcj_jni_test_one $x
|
||||
|
@ -1,6 +1,6 @@
|
||||
global srcdir subdir
|
||||
|
||||
catch "glob -nocomplain ${srcdir}/${subdir}/*.out" srcfiles
|
||||
catch { lsort [glob -nocomplain ${srcdir}/${subdir}/*.out] } srcfiles
|
||||
verbose "srcfiles are $srcfiles"
|
||||
|
||||
set prefix ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user