make/jprt.properties
changeset 33952 8769e7f25636
parent 33396 19196d07fa98
parent 33951 cc5ca0725e70
child 33953 7e7d0a4c718b
--- a/make/jprt.properties	Thu Nov 05 08:15:33 2015 -0800
+++ b/make/jprt.properties	Mon Nov 09 18:36:42 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}