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: Mohan Embar <gnustuff at thisiscool dot com>
- To: tromey at redhat dot com, gnustuff at thisiscool dot com
- Cc: GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: Sat, 16 Aug 2003 12:54:57 -0500
- Subject: Re: Patch for Review: Build all libjava .class files at once (Updated)
- Reply-to: gnustuff at thisiscool dot com
P.S.
This technique (used in my patch):
$(shell echo $? | tr ' ' '\n' > libgcj.sourcelist)
...seems speedier than this one (also
in Makefile.am):
$(shell rm -f libgcj.objectlist || :) $(shell touch libgcj.objectlist) $(foreach object,$(libgcj_la_OBJECTS) $(libgcj_la_LIBADD),$(shell echo $(object) >> libgcj.objectlist))
What do you think?
-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/