aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerikj <none@none>2014-04-03 16:42:30 +0200
committererikj <none@none>2014-04-03 16:42:30 +0200
commit20dfae1230d51cad0558bd9d1a8ee1f5a150f23b (patch)
tree7272507365678f3b182dfa747f96440d6033a2cb
parent80a25656fb806a55dc968bd5668e9c03f410bf8a (diff)
8039077: JPRT build configure not setting --with-update-versionjdk8u11-b03
Reviewed-by: tbell
-rw-r--r--make/Jprt.gmk3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/Jprt.gmk b/make/Jprt.gmk
index 0075adc..c40e852 100644
--- a/make/Jprt.gmk
+++ b/make/Jprt.gmk
@@ -106,6 +106,9 @@ $(BUILD_DIR_ROOT)/.bridge2configureOptsLatest: FRC
ifdef ENABLE_SJAVAC
@$(ECHO) " --enable-sjavac" >> $@.tmp
endif
+ ifdef JDK_UPDATE_VERSION
+ @$(ECHO) " --with-update-version=$(JDK_UPDATE_VERSION)" >> $@.tmp
+ endif
ifeq ($(HOTSPOT_AVAILABLE),false)
ifdef ALT_JDK_IMPORT_PATH
@$(ECHO) " --with-import-hotspot=$(call UnixPath,$(ALT_JDK_IMPORT_PATH)) " >> $@.tmp