# HG changeset patch # User Ao Qi # Date 1289475344 -28800 # Node ID f4c60f770c4564de718bc1b322c65d1299e327e4 # Parent b7ec29b378c9cad9dd52762f31a5c79fcbbee2e5 Update README and env.sh to remove the binary plugins information. diff -r b7ec29b378c9 -r f4c60f770c45 README --- 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: diff -r b7ec29b378c9 -r f4c60f770c45 env.sh --- 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