aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasaha <none@none>2014-08-27 09:46:47 -0700
committerasaha <none@none>2014-08-27 09:46:47 -0700
commit5c42547a95e0c62666ddb306a49dfad76e2d0cae (patch)
treeaf914334900d7eb364553631a0001b3614e78289
parent38f594467e0310936449f168280d575273ef5413 (diff)
8056121: set the default release to 8u25 in the source tree for JPRTjdk8u25-b15
Reviewed-by: mikael
-rw-r--r--make/Jprt.gmk3
-rw-r--r--make/jprt.properties5
2 files changed, 6 insertions, 2 deletions
diff --git a/make/Jprt.gmk b/make/Jprt.gmk
index c40e852..d31c845 100644
--- a/make/Jprt.gmk
+++ b/make/Jprt.gmk
@@ -145,6 +145,9 @@ $(BUILD_DIR_ROOT)/.bridge2configureOptsLatest: FRC
ifdef ALT_INSTALL_UPX_FILENAME
@$(ECHO) " --with-upx-filename=$(call UnixPath,$(ALT_INSTALL_UPX_FILENAME)) " >> $@.tmp
endif
+ ifdef ALT_BSDIFF_DIR
+ @$(ECHO) " --with-bsdiff-dir=$(call UnixPath,$(ALT_BSDIFF_DIR)) " >> $@.tmp
+ endif
ifdef ALT_CCSS_SIGNING_DIR
@$(ECHO) " --with-ccss-signing=$(call UnixPath,$(ALT_CCSS_SIGNING_DIR)) " >> $@.tmp
endif
diff --git a/make/jprt.properties b/make/jprt.properties
index ae20e82..23a02c5 100644
--- a/make/jprt.properties
+++ b/make/jprt.properties
@@ -25,8 +25,9 @@
# Properties for jprt
-# Locked down to jdk8
-jprt.tools.default.release=jdk8
+# The current release name
+my.jdk.update.version=25
+jprt.tools.default.release=jdk8u${my.jdk.update.version}
# Unix toolkit to use for building on windows
jprt.windows.jdk8.build.unix.toolkit=cygwin