make/jprt.properties

changeset 1140
6d0ebf545f49
parent 913
9937f406e27e
child 1152
2c08ede0f740
equal deleted inserted replaced
1139:de71433b576a 1140:6d0ebf545f49
149 jprt.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets} 149 jprt.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets}
150 150
151 # Directories to be excluded from the source bundles 151 # Directories to be excluded from the source bundles
152 jprt.bundle.exclude.src.dirs=build dist webrev 152 jprt.bundle.exclude.src.dirs=build dist webrev
153 153
154 # Instruct jprt to use configure when building
155 jprt.build.use.configure=true
156 jprt.build.flavor.product.target=jprt_bundle
157 jprt.build.flavor.fastdebug.target=jprt_bundle
158 jprt.build.flavor.debug.target=jprt_bundle
159
160 # Add these configure args to all builds
161 jprt.build.configure.args= \
162 --with-boot-jdk=$ALT_BOOTDIR \
163 --with-jobs=$ALT_PARALLEL_COMPILE_JOBS
164
165 # Add these configure args to 32 bit builds
166 jprt.i586.build.configure.args= \
167 --with-target-bits=32 \
168 --with-jvm-variants=client,server
169
170 # Use these configure args to define debug level.
171 jprt.product.build.configure.args=--with-debug-level=release
172 jprt.fastdebug.build.configure.args=--with-debug-level=fastdebug
173 jprt.debug.build.configure.args=--with-debug-level=slowdebug

mercurial