hotspot/make/Makefile
changeset 8307 edbc4c94fd00
parent 8114 340b5b8b544b
child 10565 dc90c239f4ec
child 10559 a94d067da388
equal deleted inserted replaced
8305:e398eee5332d 8307:edbc4c94fd00
     1 #
     1 #
     2 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.
     7 # published by the Free Software Foundation.
    41 #  ALT_SLASH_JAVA             Location of /java or J:
    41 #  ALT_SLASH_JAVA             Location of /java or J:
    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_BUILD_WIN_SA           Building SA on Windows is disabled by default.
    47 #  ALT_BUILD_WIN_SA           Building SA on Windows is disabled by default.
    47 #                             Set ALT_BUILD_WIN_SA=1 to enable building SA on
    48 #                             Set ALT_BUILD_WIN_SA=1 to enable building SA on
    48 #                             Windows.
    49 #                             Windows.
    49 # Version strings and numbers:
    50 # Version strings and numbers:
    50 #  JDK_VERSION                Current JDK version (e.g. 1.6.0)
    51 #  JDK_VERSION                Current JDK version (e.g. 1.6.0)