This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[java] Patch to remove whitespace at end of line in Make-lang.in
Joseph S. Myers writes:
> On Sun, 9 Dec 2001, Matthias Klose wrote:
>
> > -JAVA_INSTALL_NAME = `echo gcj|sed '$(program_transform_name)'`
> > +JAVA_INSTALL_NAME = `echo gcj|sed '$(program_transform_name)'`
>
> Lots of extraneous changes like this. These trailing whitespace removal
> changes should go in a separate patch.
Using the macros to get the name for the manual page would fail
without this patch ($(JAVA_INSTALL_NAME)$(man1ext)).
2001-12-09 Matthias Klose <doko@debian.org>
* Make-lang.in: JAVA_INSTALL_NAME, JAVA_CROSS_NAME: Remove
whitespace at end of line.
RCS file: /cvs/gcc/gcc/gcc/java/Make-lang.in,v
retrieving revision 1.73
diff -u -r1.73 Make-lang.in
--- Make-lang.in 2001/11/29 16:50:19 1.73
+++ Make-lang.in 2001/12/09 17:49:10
@@ -42,10 +42,10 @@
# - define the names for selecting the language in LANGUAGES.
# Actual names to use when installing a native compiler.
-JAVA_INSTALL_NAME = `echo gcj|sed '$(program_transform_name)'`
+JAVA_INSTALL_NAME = `echo gcj|sed '$(program_transform_name)'`
# Actual names to use when installing a cross-compiler.
-JAVA_CROSS_NAME = `echo gcj|sed '$(program_transform_cross_name)'`
+JAVA_CROSS_NAME = `echo gcj|sed '$(program_transform_cross_name)'`
GCJ = gcj