8039077: JPRT build configure not setting --with-update-version

Thu, 03 Apr 2014 16:42:30 +0200

author
erikj
date
Thu, 03 Apr 2014 16:42:30 +0200
changeset 983
aec13f9340a9
parent 981
b7750b6ee157
child 984
70b4b4c2fc44

8039077: JPRT build configure not setting --with-update-version
Reviewed-by: tbell

make/Jprt.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/make/Jprt.gmk	Tue Apr 01 11:07:19 2014 -0700
     1.2 +++ b/make/Jprt.gmk	Thu Apr 03 16:42:30 2014 +0200
     1.3 @@ -106,6 +106,9 @@
     1.4          ifdef ENABLE_SJAVAC
     1.5  	  @$(ECHO) " --enable-sjavac" >> $@.tmp
     1.6          endif
     1.7 +        ifdef JDK_UPDATE_VERSION
     1.8 +	  @$(ECHO) " --with-update-version=$(JDK_UPDATE_VERSION)" >> $@.tmp
     1.9 +        endif
    1.10          ifeq ($(HOTSPOT_AVAILABLE),false)
    1.11            ifdef ALT_JDK_IMPORT_PATH
    1.12  	    @$(ECHO) " --with-import-hotspot=$(call UnixPath,$(ALT_JDK_IMPORT_PATH)) " >> $@.tmp

mercurial