libjava.exp (test_libjava_from_source): Add comment explaining last patch.
authorDavid Billinghurst <David.Billinghurst@riotinto.com>
Sun, 5 May 2002 23:19:06 +0000 (23:19 +0000)
committerDavid Billinghurst <billingd@gcc.gnu.org>
Sun, 5 May 2002 23:19:06 +0000 (23:19 +0000)
2002-05-06  David.Billinghurst  <David.Billinghurst@riotinto.com>

* testsuite/lib/libjava.exp (test_libjava_from_source):
Add comment explaining last patch.

From-SVN: r53201

libjava/ChangeLog
libjava/testsuite/lib/libjava.exp

index b6fd7549db342d66714a14df4ead9f1dd01aaca0..68e38ecf2badf6753c87577f576c176b70b2aa2c 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-06  David.Billinghurst  <David.Billinghurst@riotinto.com>
+
+       * testsuite/lib/libjava.exp (test_libjava_from_source):
+       Add comment explaining last patch
+
 2002-05-04  David Billinghurst  <David.Billinghurst@riotinto.com>
 
        * testsuite/lib/libjava.exp (test_libjava_from_source):
index f5bafd47ed40ad2203ebf5d3204f5628ce3e187e..fb23a718eac07686340845370ad836ad630928a4 100644 (file)
@@ -452,6 +452,9 @@ proc test_libjava_from_source { options srcfile compile_args inpfile resultfile
        append executable ".o"
        set target object
     } else {
+        # DOS/win32 targets default to .exe if no suffix is given
+        # We then try to delete a file that doesn't exist.  It is
+        # simpler to add the suffix everywhere.
         append executable ".exe"
        set target executable
     }