changeset 2428:1320911bda96

Fix references to output directory in INSTALL. 2011-05-25 Andrew John Hughes <ahughes@redhat.com> * INSTALL: Fix references to openjdk/build/<os>-<arch> to reference openjdk.build.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 25 May 2011 01:51:14 +0100
parents 36c3bb7acd7c
children 027cc10ea7bf
files ChangeLog INSTALL
diffstat 2 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 23 17:05:16 2011 +0000
+++ b/ChangeLog	Wed May 25 01:51:14 2011 +0100
@@ -1,3 +1,9 @@
+2011-05-25  Andrew John Hughes  <ahughes@redhat.com>
+
+	* INSTALL:
+	Fix references to openjdk/build/<os>-<arch>
+	to reference openjdk.build.
+
 2011-02-23  Andrew John Hughes  <ahughes@redhat.com>
 
 	* INSTALL: Mention --with-alt-jamvm-src-zip.
--- a/INSTALL	Wed Feb 23 17:05:16 2011 +0000
+++ b/INSTALL	Wed May 25 01:51:14 2011 +0100
@@ -223,7 +223,7 @@
 or later if you want Java method tracing).  The tapset needs to know
 the final install location of the JDK, so the --with-abs-install-dir
 should also be used to specify this.  If not set, it defaults to the
-in-tree location of openjdk/build/<os>-<arch>/j2sdk-image and requires
+in-tree location of openjdk.build/j2sdk-image and requires
 manual changes to tapset/hotspot.stp to work from elsewhere. For
 example, if you plan to install the resulting build in
 /usr/lib/jvm/java-1.6.0-openjdk, then you should specify
@@ -250,7 +250,7 @@
 more platforms than HotSpot, including ppc, ppc64, arm and mips.
 When --enable-cacao is specified, CACAO will be downloaded and built,
 followed by the JDK portion of OpenJDK resulting in a CACAO+OpenJDK
-image in openjdk/build/<os>-<arch>/j2sdk-image.  The --with-cacao-home
+image in openjdk.build/j2sdk-image.  The --with-cacao-home
 option can be used to specify the use of an existing CACAO install
 instead, and --with-cacao-src-zip/dir options exist to allow the use
 of a pre-downloaded zip or source tree respectively.
@@ -261,8 +261,8 @@
 IcedTea6 can use JamVM as the virtual machine, as opposed to HotSpot.
 When --enable-jamvm is specified, JamVM will be downloaded and built,
 followed by the JDK portion of OpenJDK resulting in a JamVM+OpenJDK
-image in openjdk/build/<os>-<arch>/j2sdk-image.  The
---with-jamvm-src-zip option exists to allow the use of a pre-downloaded zip.
+image in openjdk.build/j2sdk-image.  The --with-jamvm-src-zip option
+exists to allow the use of a pre-downloaded zip.
 
 Zero & Shark
 ============