Mark Wielaard writes:
 > Hi Andrew,
 > 
 > On Sat, 2006-12-16 at 14:56 +0000, Andrew Haley wrote:
 > >  > distcheck was broken for tools since the all-classes.lst was never
 > >  > cleaned up. Fixed as follows:
 > >  > 
 > >  > 2006-12-16  Mark Wielaard  <[EMAIL PROTECTED]>
 > >  > 
 > >  >         * tools/Makefile.am (TOOLS_ZIP): Remove all-classes.lst.
 > >  >         (clean-local): Likewise.
 > > 
 > > This breaks gcj build.  I need it when building tools.o.
 > 
 > Where is tools.o defined? Is it possible to create an all-classes.lst
 > there?

ecj: source -> tools.jar
gcj: tools.jar -> tools.o

We need the full source pathnames for gcj to create correct debug
information.  We use the file classpath/lib/classes to so this for the
main jarfile.  You don't delete that file, so why do you need to
delete the one in classpath/tools ?

Andrew.


Reply via email to