cutting 2004/09/29 09:29:48 Modified: src/gcj Makefile Log: Note the GCJ bug that this is a workaround for. Revision Changes Path 1.4 +1 -0 jakarta-lucene/src/gcj/Makefile Index: Makefile =================================================================== RCS file: /home/cvs/jakarta-lucene/src/gcj/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 23 Sep 2004 16:59:10 -0000 1.3 +++ Makefile 29 Sep 2004 16:29:48 -0000 1.4 @@ -49,6 +49,7 @@ # throw exceptions used in the Span and Sort code.) So we compile # those that GCJ accepts from .java files, and those that GCJ does not # yet accept from .class files. +# NOTE: Change when http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15501 is fixed. $(CORE_OBJ) : $(CORE_JAVA) gcj $(GCJFLAGS) -c -I $(CORE) -o $@ `find $(ROOT)/src/java -name '*.java' -not -name '*Sort*' -not -name 'Span*'` `find $(CORE) -name '*.class' -name '*Sort*' -or -name 'Span*'`
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]