This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [fedora-java] db merging script
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Haley <aph 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: 30 Mar 2005 12:38:00 -0700
- 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>
- Reply-to: tromey at redhat dot com
>>>>> "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.
Tom