make/jprt.properties
changeset 33928 d2c9fee88260
parent 33926 3a19edba4808
child 33932 6ffbe66fe204
--- a/make/jprt.properties	Thu Jun 11 00:30:10 2015 +0200
+++ b/make/jprt.properties	Fri Jun 26 10:02:21 2015 +0200
@@ -90,10 +90,10 @@
 # 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 				\
-    --with-version-opt=$JPRT_JOB_ID					\
+    --with-output-sync=recurse						\
+    --with-boot-jdk=$ALT_BOOTDIR					\
+    --with-jobs=$ALT_PARALLEL_COMPILE_JOBS				\
+    --with-version-opt-base=$JPRT_JOB_ID				\
     ${my.additional.build.configure.args.${jprt.test.set}}		\
     ${my.custom.build.configure.args}