changeset 2039:39dc82eccaa9

Drop verbose patch, applied upstream. 2010-03-02 Andrew John Hughes <ahughes@redhat.com> * patches/openjdk/6928623-verbose-langtools.patch: Removed, applied upstream. * Makefile.am: Drop above patch.
author Andrew John Hughes <ahughes@redhat.com>
date Tue, 02 Mar 2010 14:33:26 +0000
parents 0a32b3a23fcc
children e5632a8b43c9
files ChangeLog Makefile.am patches/openjdk/6928623-verbose-langtools.patch
diffstat 3 files changed, 6 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Mar 02 14:32:15 2010 +0000
+++ b/ChangeLog	Tue Mar 02 14:33:26 2010 +0000
@@ -1,3 +1,9 @@
+2010-03-02  Andrew John Hughes  <ahughes@redhat.com>
+
+	* patches/openjdk/6928623-verbose-langtools.patch:
+	Removed, applied upstream.
+	* Makefile.am: Drop above patch.
+
 2010-03-01  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/Makefile.am	Tue Mar 02 14:32:15 2010 +0000
+++ b/Makefile.am	Tue Mar 02 14:33:26 2010 +0000
@@ -305,7 +305,6 @@
 	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 \
--- a/patches/openjdk/6928623-verbose-langtools.patch	Tue Mar 02 14:32:15 2010 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-
-# 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
-