changeset 1949:b849c299f6ff

Add 6928623-verbose-langtools.patch. 2010-02-26 Mark Wielaard <mark@klomp.org> * patches/openjdk/6928623-verbose-langtools.patch: New patch. * Makefile.am (ICEDTEA_PATCHES): Add new patch.
author Mark Wielaard <mark@klomp.org>
date Fri, 26 Feb 2010 21:56:21 +0100
parents 5216ec734960
children 7c740ee6ff74
files ChangeLog Makefile.am patches/openjdk/6928623-verbose-langtools.patch
diffstat 3 files changed, 32 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Feb 26 17:25:59 2010 +0100
+++ b/ChangeLog	Fri Feb 26 21:56:21 2010 +0100
@@ -1,3 +1,8 @@
+2010-02-26  Mark Wielaard  <mark@klomp.org>
+
+	* patches/openjdk/6928623-verbose-langtools.patch: New patch.
+	* Makefile.am (ICEDTEA_PATCHES): Add new patch.
+
 2010-02-26  Pavel Tisnovsky <ptisnovs@redhat.com>
 
 	* removed two unnecessary timezone patches
--- a/Makefile.am	Fri Feb 26 17:25:59 2010 +0100
+++ b/Makefile.am	Fri Feb 26 21:56:21 2010 +0100
@@ -307,6 +307,7 @@
 	patches/icedtea-explicit-target-arch.patch \
 	patches/icedtea-gcc-stack-markings.patch \
 	patches/openjdk/6879689-hotspot_warning_fix.patch \
+	patches/openjdk/6928623-verbose-langtools.patch \
 	patches/icedtea-no-precompiled.patch \
 	patches/icedtea-linux-separate-debuginfo.patch \
 	patches/icedtea-parisc.patch \
@@ -449,7 +450,8 @@
 	DERIVATIVE_ID="$(ICEDTEA_NAME) $(PACKAGE_VERSION)$(ICEDTEA_REV)" \
 	DEBUG_CLASSFILES="true" \
 	DEBUG_BINARIES="true" \
-	ALT_DROPS_DIR="$(abs_top_builddir)/drops"
+	ALT_DROPS_DIR="$(abs_top_builddir)/drops" \
+	VERBOSE="$(VERBOSE)"
 
 if WITH_CACAO
 ICEDTEA_ENV += \
@@ -543,7 +545,8 @@
 	DEBUG_BINARIES="true" \
 	DISABLE_NIMBUS="true" \
 	NO_DOCS="true" \
-	ALT_DROPS_DIR="$(abs_top_builddir)/drops"
+	ALT_DROPS_DIR="$(abs_top_builddir)/drops" \
+	VERBOSE="$(VERBOSE)"
 
 if WITH_CACAO
 ICEDTEA_ENV_ECJ += \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/openjdk/6928623-verbose-langtools.patch	Fri Feb 26 21:56:21 2010 +0100
@@ -0,0 +1,22 @@
+
+# HG changeset patch
+# User andrew
+# Date 1266874633 0
+# Node ID f25efdb55c998759ce2c1d8711011619455beaba
+# Parent a3be81d385ee94edb4bffed3436fc548d68423b4
+6928623: Behaviour of VERBOSE=true on langtools build
+Summary: VERBOSE=true causes -diagnostics to be passed to ant rather than -debug
+Reviewed-by: jjg
+
+--- openjdk/langtools/make/Makefile	Thu Feb 18 15:41:36 2010 -0800
++++ openjdk/langtools/make/Makefile	Mon Feb 22 21:37:13 2010 +0000
+@@ -70,7 +70,7 @@ endif
+ endif
+ 
+ ifdef VERBOSE
+-  ANT_OPTIONS += -verbose -diagnostics
++  ANT_OPTIONS += -verbose -debug
+ endif
+ 
+ ifdef JDK_VERSION
+