----- Forwarded message from ----- To: [email protected] Subject: FYI: PR34579 fix revision
We should delete the Colour.java file generated by the 1.5 test. make distclean and builder are choking on this at present. We avoided it previously by piggybacking configure's standard deleting of conftest*. ChangeLog: -- Andrew :-) Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html public class gcj extends Freedom implements Java { ... } Index: m4/acinclude.m4 =================================================================== RCS file: /cvsroot/classpath/classpath/m4/acinclude.m4,v retrieving revision 1.25 diff -u -3 -p -u -r1.25 acinclude.m4 --- m4/acinclude.m4 3 Jan 2008 00:28:30 -0000 1.25 +++ m4/acinclude.m4 8 Jan 2008 20:22:42 -0000 @@ -478,4 +478,5 @@ EOF else AC_MSG_RESULT([javac doesn't support -J]) fi + rm -f Colour.java ]) ----- End forwarded message ----- -- Andrew :-) Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html public class gcj extends Freedom implements Java { ... }
signature.asc
Description: Digital signature
