This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [fedora-java] db merging script
- From: Andrew Haley <aph at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: java at gcc dot gnu dot org, Discussion list for java related Fedora development <fedora-devel-java-list at redhat dot com>
- Date: Thu, 31 Mar 2005 07:01:07 +0100
- Subject: Re: [fedora-java] db merging script
- References: <20050322171350.GC10152@redhat.com><1111530405.5163.57.camel@dhcp-172-16-25-146.sfbay.redhat.com><m3vf7hyisf.fsf@localhost.localdomain><1111713951.17650.62.camel@dhcp-172-16-25-146.sfbay.redhat.com><20050329224815.GB20638@redhat.com><200503301519.j2UFJpAv024829@littlepinkcloud.com><m3psxg53hj.fsf@localhost.localdomain>
Tom Tromey writes:
> >>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
>
> Andrew> The right way to fix this is to have gcj-dbtool read a list of files
> Andrew> from stdin, which is what this patch does.
> Andrew> (find . -name 'temp-*.db' | gcj-dbtool - -m $DB)
>
> This needs a corresponding gcj.texi patch.
Yes, but I'm waiting for feedback before I write it.
Andrew.