Patch for Review: Build all libjava .class files at once (Updated)
Mohan Embar
gnustuff@thisiscool.com
Sat Aug 16 18:08:00 GMT 2003
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/
More information about the Java-patches
mailing list