~ubuntu-branches/ubuntu/lucid/openjdk-6/lucid-updates

« back to all changes in this revision

Viewing changes to patches/openjdk/6928623-verbose-langtools.patch

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-10 11:19:19 UTC
  • mfrom: (3.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100310111919-o4i1uzfhj04xs0e7
Tags: 6b18~pre2-1
* Update IcedTea build infrastructure (20100310).
* Disable building the plugin the plugin on alpha (borked xulrunner
  packaging using binary indep packages).
* Use a two stage build on alpha.
* Add note about the reparenting WM workaround. Closes: #573026.
* Prefer Sazanami instead of Kochi for Japanese fonts (Hideki Yamane).
  Closes: #572511.
* openjdk-6-doc: Don't compress package-list files. Closes: #567899.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# HG changeset patch
 
3
# User andrew
 
4
# Date 1266874633 0
 
5
# Node ID f25efdb55c998759ce2c1d8711011619455beaba
 
6
# Parent a3be81d385ee94edb4bffed3436fc548d68423b4
 
7
6928623: Behaviour of VERBOSE=true on langtools build
 
8
Summary: VERBOSE=true causes -diagnostics to be passed to ant rather than -debug
 
9
Reviewed-by: jjg
 
10
 
 
11
--- openjdk/langtools/make/Makefile     Thu Feb 18 15:41:36 2010 -0800
 
12
+++ openjdk/langtools/make/Makefile     Mon Feb 22 21:37:13 2010 +0000
 
13
@@ -70,7 +70,7 @@ endif
 
14
 endif
 
15
 
 
16
 ifdef VERBOSE
 
17
-  ANT_OPTIONS += -verbose -diagnostics
 
18
+  ANT_OPTIONS += -verbose -debug
 
19
 endif
 
20
 
 
21
 ifdef JDK_VERSION
 
22