make/jprt.properties
changeset 33953 7e7d0a4c718b
parent 33439 1a80e1d10cc4
parent 33952 8769e7f25636
child 34600 242c2cfbc666
child 34595 09596fe63e2d
--- a/make/jprt.properties	Thu Nov 12 10:38:57 2015 -0800
+++ b/make/jprt.properties	Mon Nov 16 21:19:13 2015 -0800
@@ -90,10 +90,11 @@
 # Configure args common to all builds
 # Also allows for additional, testset specific configure arguments to be set
 jprt.build.configure.args=						\
-    --with-output-sync=recurse 						\
-    --with-boot-jdk=$ALT_BOOTDIR 					\
-    --with-jobs=$ALT_PARALLEL_COMPILE_JOBS 				\
-    MAKE=$JPRT_MAKE							\
+    --with-output-sync=recurse						\
+    --with-boot-jdk=$ALT_BOOTDIR					\
+    --with-jobs=$ALT_PARALLEL_COMPILE_JOBS				\
+    --with-version-opt=$JPRT_JOB_ID				 	\
+    MAKE=$JPRT_MAKE                                                     \
     ${my.additional.build.configure.args.${jprt.test.set}}		\
     ${my.custom.build.configure.args}