This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GNU Classpath 0.19 + CVS imported


Fantastic! Thank you very much for doing this, Mark.

Bryce

Mark Wielaard wrote:

Hi,

The classpath dir inside libjava has been updated:

2005-11-15 Mark Wielaard <mark@klomp.org>

      Imported GNU Classpath 0.19 + gcj-import-20051115.
      * sources.am: Regenerated.
      * Makefile.in: Likewise.
      * scripts/makemake.tcl: Use glob -nocomplain.

The only real changelet was the makemake.tcl script to make it work with
the (temporary) empty directories created by the merge.

Please test the newly merged tree and let me know if I missed something.

Thanks,

Mark

--- scripts/makemake.tcl        (revision 107045)
+++ scripts/makemake.tcl        (working copy)
@@ -166,7 +166,7 @@
  set files {}
  set here [pwd]
  cd $basedir/$subdir
-  foreach file [lsort [glob *]] {
+  foreach file [lsort [glob -nocomplain *]] {
    if {[string match *.java $file]} {
      lappend files $subdir/$file
    } elseif {[file isdirectory $file]} {





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]