make/jprt.properties
changeset 22031 ae288cbb4c28
parent 21760 9f542d8601a8
child 22032 4a7fd867c53c
equal deleted inserted replaced
22030:3e7d1a70e010 22031:ae288cbb4c28
   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