/hg/icedtea6: Add 6928623-verbose-langtools.patch.
mjw at icedtea.classpath.org
mjw at icedtea.classpath.org
Fri Feb 26 12:56:35 PST 2010
changeset b849c299f6ff in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=b849c299f6ff
author: Mark Wielaard <mark at klomp.org>
date: Fri Feb 26 21:56:21 2010 +0100
Add 6928623-verbose-langtools.patch.
2010-02-26 Mark Wielaard <mark at klomp.org>
* patches/openjdk/6928623-verbose-langtools.patch: New
patch.
* Makefile.am (ICEDTEA_PATCHES): Add new patch.
diffstat:
3 files changed, 32 insertions(+), 2 deletions(-)
ChangeLog | 5 +++++
Makefile.am | 7 +++++--
patches/openjdk/6928623-verbose-langtools.patch | 22 ++++++++++++++++++++++
diffs (69 lines):
diff -r 5216ec734960 -r b849c299f6ff ChangeLog
--- 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 Pavel Tisnovsky <ptisnovs at re
+2010-02-26 Mark Wielaard <mark at klomp.org>
+
+ * patches/openjdk/6928623-verbose-langtools.patch: New patch.
+ * Makefile.am (ICEDTEA_PATCHES): Add new patch.
+
2010-02-26 Pavel Tisnovsky <ptisnovs at redhat.com>
* removed two unnecessary timezone patches
diff -r 5216ec734960 -r b849c299f6ff Makefile.am
--- 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 @@ ICEDTEA_PATCHES = \
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 @@ ICEDTEA_ENV = \
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 @@ ICEDTEA_ENV_ECJ = \
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 += \
diff -r 5216ec734960 -r b849c299f6ff patches/openjdk/6928623-verbose-langtools.patch
--- /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
+
More information about the distro-pkg-dev
mailing list