aboutsummaryrefslogtreecommitdiff
path: root/make
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
commit3593f37876972ce98c628701c37dfc35ecfac50c (patch)
tree8a1066d23cc89669ee02e3b4789d7d63207d4603 /make
parent3bd7b50835a835671c6fc6cdffc02253abbfc505 (diff)
downloadjdk8u-3593f37876972ce98c628701c37dfc35ecfac50c.tar.gz
8039077: JPRT build configure not setting --with-update-version
Reviewed-by: tbell
Diffstat (limited to 'make')
-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