Changeset 393
- Timestamp:
- Jul 18, 2012, 12:07:12 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalEnv.tpl.cmd
r310 r393 114 114 115 115 /** 116 * Only build the client hotspot JVM 117 */ 118 /* 119 call EnvSet 'BUILD_CLIENT_ONLY', '1' 120 */ 121 122 /** 116 123 * Here you may put any additional environment variable definitions needed for 117 124 * your local environment or for the OpenJDK make files using the form shown … … 131 138 132 139 /** 133 * JDK build number in format 'bNN'. 140 * JDK update (marketing) number. Corresponds to the OpenJDK source bundle 141 * build (release) number. Should be updated with each upstream update. 134 142 */ 135 /* 136 call EnvSet 'BUILD_NUMBER', 'b00' 137 */ 143 call EnvSet 'JDK_UPDATE_VERSION', '25' 138 144 139 145 /** 140 * Milestone name. Will appear in the version string after the verison number 141 * and before the build number. 146 * Build number in format 'bNN[-sometext]'. While it might seem like this one 147 * should reflect the source bundle build number, in fact it doesn't -- it 148 * reflects the serial build number for the given platform instead (which allows 149 * to distinguish several distributed builds of the same upstream release), as 150 * well as the symbolic build name (optional). 142 151 */ 152 call EnvSet 'BUILD_NUMBER', 'b00-test' 153 143 154 /* 144 call EnvSet 'MILESTONE', 'internal' 145 */ 155 call EnvSet 'COMPILE_APPROACH', 'parallel' 156 call EnvSet 'ALT_PARALLEL_COMPILE_JOBS', '2' 157 call EnvSet 'HOTSPOT_BUILD_JOBS', '2' 158 */
Note:
See TracChangeset
for help on using the changeset viewer.