From f9ad9ecf47bf3a058f089495c551fe61bdc8d532 Mon Sep 17 00:00:00 2001 From: Bryce McKinlay Date: Sun, 17 Mar 2002 01:07:17 +0000 Subject: [PATCH] Makefile.am: Escape quotes in echo. * Makefile.am: Escape quotes in echo. * Makefile.in: Rebuilt. From-SVN: r50905 --- libjava/ChangeLog | 3 +++ libjava/Makefile.am | 2 +- libjava/Makefile.in | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index df7a417fa7c..c99540070d1 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -8,6 +8,9 @@ * Makefile.in: Rebuilt. * libtool-version: Increment .so version number. + * Makefile.am: Escape quotes in echo. + * Makefile.in: Rebuilt. + 2002-03-16 Bryce McKinlay * Makefile.am: Use empty -classpath flag in addition to -bootclasspath. diff --git a/libjava/Makefile.am b/libjava/Makefile.am index 5c5dbdeceb5..1f1b9f4897c 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -187,7 +187,7 @@ libgcj.jar: $(built_java_source_files) $(java_source_files) $(x_java_source_file @set fnord $(MAKEFLAGS); amf=$$2; fail=no; \ javac="$(JAVAC)"; \ cat tmp-list | (while read f; do \ - echo $$javac $(JCFLAGS) -classpath '' -bootclasspath $(here):$(srcdir) -d $(here) $$f; \ + echo $$javac $(JCFLAGS) -classpath \'\' -bootclasspath $(here):$(srcdir) -d $(here) $$f; \ $$javac $(JCFLAGS) -classpath '' -bootclasspath $(here):$(srcdir) -d $(here) $$f \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes ;; *) exit 1;; esac; \ done; \ diff --git a/libjava/Makefile.in b/libjava/Makefile.in index 9c59392b03e..3d67cf93fb1 100644 --- a/libjava/Makefile.in +++ b/libjava/Makefile.in @@ -3218,7 +3218,7 @@ libgcj.jar: $(built_java_source_files) $(java_source_files) $(x_java_source_file @set fnord $(MAKEFLAGS); amf=$$2; fail=no; \ javac="$(JAVAC)"; \ cat tmp-list | (while read f; do \ - echo $$javac $(JCFLAGS) -classpath '' -bootclasspath $(here):$(srcdir) -d $(here) $$f; \ + echo $$javac $(JCFLAGS) -classpath \'\' -bootclasspath $(here):$(srcdir) -d $(here) $$f; \ $$javac $(JCFLAGS) -classpath '' -bootclasspath $(here):$(srcdir) -d $(here) $$f \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes ;; *) exit 1;; esac; \ done; \ -- 2.30.2