GNU Classpath 0.19 + CVS imported
Bryce McKinlay
mckinlay@redhat.com
Wed Nov 16 00:24:00 GMT 2005
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]} {
>
>
>
More information about the Java-patches
mailing list