equal
deleted
inserted
replaced
81 |
81 |
82 # Continue setting up basic stuff. Most remaining code require fundamental tools. |
82 # Continue setting up basic stuff. Most remaining code require fundamental tools. |
83 BASIC_SETUP_PATHS |
83 BASIC_SETUP_PATHS |
84 BASIC_SETUP_LOGGING |
84 BASIC_SETUP_LOGGING |
85 |
85 |
|
86 # Check if it's a pure open build or if custom sources are to be used. |
|
87 JDKOPT_SETUP_OPEN_OR_CUSTOM |
|
88 |
86 # These are needed to be able to create a configuration name (and thus the output directory) |
89 # These are needed to be able to create a configuration name (and thus the output directory) |
87 JDKOPT_SETUP_JDK_VARIANT |
90 JDKOPT_SETUP_JDK_VARIANT |
88 JDKOPT_SETUP_JVM_VARIANTS |
91 JDKOPT_SETUP_JVM_VARIANTS |
89 JDKOPT_SETUP_DEBUG_LEVEL |
92 JDKOPT_SETUP_DEBUG_LEVEL |
90 |
93 |