Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
export JDK7_BASE=<path to your local JDK7 copy>
export JDK7_BUILD=$JDK7_BASE/build
export ALT_BOOTDIROUTPUTDIR=$JDK7_BUILD/macosx-universal/j2sdk-image/
export ALT_JDK_IMPORT_PATH=$JDK7_BUILD/macosx-universalBOOTDIR=$ALT_OUTPUTDIR/j2sdk-image/1.7.0.jdk/Contents/Home/
export ALT_JDK_IMPORT_OUTPUTDIRPATH=$JDK7_BUILD/macosx-universal$ALT_BOOTDIR
cd $JDK7_BASE/jdk/make/sun/awt/
make

...

More helpful suggestions to decrease your build time:

...