This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: libjava clean-nat is broken
- From: Michael Koch <konqueror at gmx dot de>
- To: java-patches at gcc dot gnu dot org
- Cc: Andrew Haley <aph at redhat dot com>, Tom Tromey <tromey at redhat dot com>, "Giovanni Bajo" <giovannibajo at libero dot it>
- Date: Fri, 15 Oct 2004 19:38:32 +0200
- Subject: Re: libjava clean-nat is broken
- References: <016501c4b2b5$ce77f810$18422597@bagio> <16751.64147.45292.26067@cuddles.cambridge.redhat.com> <16752.389.332703.114198@cuddles.cambridge.redhat.com>
On Friday 15 October 2004 18:57, Andrew Haley wrote:
> Andrew Haley writes:
> > Tom Tromey writes:
> > > Andrew> Please describe the bug a bit more. What is
> > > clean-nat Andrew> supposed to do? What does it now do?
> > >
> > > # Just remove the objects from C++ sources, for testing the
> > > C++ compiler. clean-nat:
> > > rm -f $(nat_files) $(xlib_nat_files)
> > >
> > > These macros aren't defined any more.
> >
> > Okay. I'm on it.
>
> FYI, this is what broke it:
>
> 2004-08-19 Thomas Fitzsimmons <fitzsim@redhat.com>
> Michael Koch <konqueror@gmx.de>
>
> * configure.in,
> Makefile.am: Ported to automake 1.9.
Thanks for fixing my bugs.
Michael