Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changing make command so the environment variables are inside of make

...

Code Block
hg fclone http://hg.openjdk.java.net/macosx-port/macosx-port
cd macosx-port

Build

Code Block
make CC=/Developer/usr/bin/llvm-gcc-4.2 CXX=/Developer/usr/bin/llvm-g++-4.2 ALLOW_DOWNLOADS=true SA_APPLE_BOOT_JAVA=true ALWAYS_PASS_TEST_GAMMA=true ALT_BOOTDIR=`/usr/libexec/java_home -v 1.6` make

If you get errors warning about environmental variables that are set you can prefix the build command above unsetting these variables.

...