/hg/icedtea: Add missing backslash.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Mon Nov 16 13:33:29 PST 2009


changeset 14aa53fc72ba in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=14aa53fc72ba
author: Gary Benson <gbenson at redhat.com>
date: Mon Nov 16 21:34:54 2009 +0000

	Add missing backslash.

	2009-11-16 Gary Benson <gbenson at redhat.com>

	 * Makefile.am: (clean-extract-jaxws): Add missing
	backslash.


diffstat:

2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog   |    5 +++++
Makefile.am |    2 +-

diffs (24 lines):

diff -r 1d2d9efc77e6 -r 14aa53fc72ba ChangeLog
--- a/ChangeLog	Sun Nov 15 20:19:16 2009 +0000
+++ b/ChangeLog	Mon Nov 16 21:34:54 2009 +0000
@@ -1,3 +1,8 @@ 2009-11-13  Andrew John Hughes  <ahughes
+2009-11-16  Gary Benson  <gbenson at redhat.com>
+
+	* Makefile.am:
+	(clean-extract-jaxws): Add missing backslash.
+	
 2009-11-13  Andrew John Hughes  <ahughes at redhat.com>
 
 	* patches/icedtea-xjc.patch:
diff -r 1d2d9efc77e6 -r 14aa53fc72ba Makefile.am
--- a/Makefile.am	Sun Nov 15 20:19:16 2009 +0000
+++ b/Makefile.am	Mon Nov 16 21:34:54 2009 +0000
@@ -1300,7 +1300,7 @@ endif
 	touch $@
 
 clean-extract-jaxws:
-	if [ -d $(BUILD_OUTPUT_DIR)/jaxws ] ; then
+	if [ -d $(BUILD_OUTPUT_DIR)/jaxws ] ; then \
 	  (cd openjdk/jaxws ; \
 	   $(ANT) -Doutput.dir=$(BUILD_OUTPUT_DIR)/jaxws clobber ; \
 	   cd ../../); \



More information about the distro-pkg-dev mailing list