[gcjx] Patch: FYI: libjava Makefile fixlet
Tom Tromey
tromey@redhat.com
Sun Apr 17 20:42:00 GMT 2005
I'm checking this in on the gcjx branch.
This just disables printing a very ugly command.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* Makefile.in: Rebuilt.
* Makefile.am: Don't show command.
Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libjava/Makefile.am,v
retrieving revision 1.435.2.1
diff -u -r1.435.2.1 Makefile.am
--- Makefile.am 17 Apr 2005 18:33:56 -0000 1.435.2.1
+++ Makefile.am 17 Apr 2005 20:41:17 -0000
@@ -676,7 +676,7 @@
.java.class:
## Trust us, you don't want to see this command run.
@echo "Compiling $< to .class"
- $(JAVAC) $(JCFLAGS) -classpath '' -bootclasspath $(here)'$(CLASSPATH_SEPARATOR)'$(srcdir) -d $(here) $<
+ @$(JAVAC) $(JCFLAGS) -classpath '' -bootclasspath $(here)'$(CLASSPATH_SEPARATOR)'$(srcdir) -d $(here) $<
libgcj-@gcc_version@.jar: $(all_java_class_files) $(all_property_files)
-@rm -f libgcj-@gcc_version@.jar
More information about the Java-patches
mailing list