make/Jprt.gmk

changeset 983
aec13f9340a9
parent 912
a667caba1e84
child 1129
09eaef69f384
child 1140
6d0ebf545f49
equal deleted inserted replaced
981:b7750b6ee157 983:aec13f9340a9
104 @$(ECHO) " --with-freetype=$(call UnixPath,$(ALT_FREETYPE_HEADERS_PATH)/..) " >> $@.tmp 104 @$(ECHO) " --with-freetype=$(call UnixPath,$(ALT_FREETYPE_HEADERS_PATH)/..) " >> $@.tmp
105 endif 105 endif
106 ifdef ENABLE_SJAVAC 106 ifdef ENABLE_SJAVAC
107 @$(ECHO) " --enable-sjavac" >> $@.tmp 107 @$(ECHO) " --enable-sjavac" >> $@.tmp
108 endif 108 endif
109 ifdef JDK_UPDATE_VERSION
110 @$(ECHO) " --with-update-version=$(JDK_UPDATE_VERSION)" >> $@.tmp
111 endif
109 ifeq ($(HOTSPOT_AVAILABLE),false) 112 ifeq ($(HOTSPOT_AVAILABLE),false)
110 ifdef ALT_JDK_IMPORT_PATH 113 ifdef ALT_JDK_IMPORT_PATH
111 @$(ECHO) " --with-import-hotspot=$(call UnixPath,$(ALT_JDK_IMPORT_PATH)) " >> $@.tmp 114 @$(ECHO) " --with-import-hotspot=$(call UnixPath,$(ALT_JDK_IMPORT_PATH)) " >> $@.tmp
112 endif 115 endif
113 endif 116 endif

mercurial