equal
deleted
inserted
replaced
42 # ALT_BOOTDIR Previous JDK home directory for javac compiler |
42 # ALT_BOOTDIR Previous JDK home directory for javac compiler |
43 # ALT_OUTPUTDIR Output directory to use for hotspot build |
43 # ALT_OUTPUTDIR Output directory to use for hotspot build |
44 # ALT_EXPORT_PATH Directory to export hotspot build to |
44 # ALT_EXPORT_PATH Directory to export hotspot build to |
45 # ALT_JDK_IMPORT_PATH Current JDK build (only for create_jdk rules) |
45 # ALT_JDK_IMPORT_PATH Current JDK build (only for create_jdk rules) |
46 # ALT_JDK_TARGET_IMPORT_PATH Current JDK build when cross-compiling |
46 # ALT_JDK_TARGET_IMPORT_PATH Current JDK build when cross-compiling |
47 # ALT_BUILD_WIN_SA Building SA on Windows is disabled by default. |
47 # |
48 # Set ALT_BUILD_WIN_SA=1 to enable building SA on |
|
49 # Windows. |
|
50 # Version strings and numbers: |
48 # Version strings and numbers: |
51 # JDK_VERSION Current JDK version (e.g. 1.6.0) |
49 # JDK_VERSION Current JDK version (e.g. 1.6.0) |
52 # PREVIOUS_JDK_VERSION Previous (bootdir) JDK version (e.g. 1.5.0) |
50 # PREVIOUS_JDK_VERSION Previous (bootdir) JDK version (e.g. 1.5.0) |
53 # FULL_VERSION Full version string to use (e.g. "1.6.0-ea-b42") |
51 # FULL_VERSION Full version string to use (e.g. "1.6.0-ea-b42") |
54 # |
52 # |