changeset 28:f4c60f770c45

Update README and env.sh to remove the binary plugins information.
author Ao Qi <aoqi@loongson.cn>
date Thu, 11 Nov 2010 19:35:44 +0800
parents b7ec29b378c9
children 87db8957684e
files README env.sh
diffstat 2 files changed, 2 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu Nov 11 19:59:55 2010 +0800
+++ b/README	Thu Nov 11 19:35:44 2010 +0800
@@ -17,19 +17,13 @@
        apt-get install openjdk-6-jdk
        export ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk
 
-  2. Download Binary Plugs, go to the OpenJDK site and select the "Bundles(6)" link and download 
-     the binaryplugs. The file downloaded is a jar file that must be extracted by running the jar 
-     file with:
-       java -jar jdk-6-ea-plug-bnn-os-arch-dd_month_year.jar
-     Set the environment variable ALT_BINARY_PLUGS_PATH to the root of this installation.
-
-  3. Set other environment variables. If using Debian:
+  2. Set other environment variables. If using Debian:
        source env.sh
      Check the sanity of doing a build with the current machine:
        gnumake sanity
      See README-builds.html if you run into problems.
   
-  4. Do a complete build of the jdk:
+  3. Do a complete build of the jdk:
        gnumake all
      When building jaxp, it seems a bug that jdk6-jaxp-2009_10_13.zip cannot be downloaded.
      The workaround is to download it by "wget ", and set ALT_DROPS_DIR to the dir where the zip is:
--- a/env.sh	Thu Nov 11 19:59:55 2010 +0800
+++ b/env.sh	Thu Nov 11 19:35:44 2010 +0800
@@ -1,7 +1,6 @@
 export LANG=C
 export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-6-openjdk/bin
 export ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk
-export ALT_BINARY_PLUGS_PATH=~/openjdk-binary-plugs
 export ARCH_DATA_MODEL=32
 
 unset CLASSPATH