This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch for Review: Build all libjava .class files at once (Updated)
- From: Alexandre Oliva <aoliva at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: tromey at redhat dot com, GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: 16 Aug 2003 15:08:09 -0300
- Subject: Re: Patch for Review: Build all libjava .class files at once (Updated)
- Organization: GCC Team, Red Hat
- References: <ZVTPYWMKNMWED3V31GD3WJI2V4WD054.3f3e6ff1@p733>
On Aug 16, 2003, Mohan Embar <gnustuff@thisiscool.com> wrote:
> This technique (used in my patch):
> $(shell echo $? | tr ' ' '\n' > libgcj.sourcelist)
> ...seems speedier than this one (also
But it will fail in the very case the ugly code below is intended to
work around, namely, systems with severe limits in command-line
lengths.
> $(shell rm -f libgcj.objectlist || :) $(shell touch libgcj.objectlist) $(foreach object,$(libgcj_la_OBJECTS) $(libgcj_la_LIBADD),$(shell echo $(object) >> libgcj.objectlist))
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist Professional serial bug killer