jdk/make/common/Release.gmk
changeset 8461 b333a0dbc626
parent 8450 6a71a676c90b
parent 8454 527d9c4e670e
child 8583 15dea0fdc2ea
child 8586 2ca53fa2d6e9
child 8582 403d8b87612c
equal deleted inserted replaced
8451:f24850142e73 8461:b333a0dbc626
  1096 JDK_INFO_FILE = $(JDK_IMAGE_DIR)/release
  1096 JDK_INFO_FILE = $(JDK_IMAGE_DIR)/release
  1097 JRE_INFO_FILE = $(JRE_IMAGE_DIR)/release
  1097 JRE_INFO_FILE = $(JRE_IMAGE_DIR)/release
  1098 
  1098 
  1099 # Common way to emit a line into the release or info file
  1099 # Common way to emit a line into the release or info file
  1100 define info-file-item # name value
  1100 define info-file-item # name value
  1101 $(PRINTF) "%s=\"%s\"\n" $1 $2 >> $@
  1101 $(PRINTF) '%s="%s"\n' $1 $2 >> $@
  1102 endef
  1102 endef
  1103 
  1103 
  1104 # Values to emit
  1104 # Values to emit
  1105 MINIMUM_OS_NAME    := $(REQUIRED_OS_NAME)
  1105 MINIMUM_OS_NAME    := $(REQUIRED_OS_NAME)
  1106 MINIMUM_OS_VERSION := $(REQUIRED_OS_VERSION)
  1106 MINIMUM_OS_VERSION := $(REQUIRED_OS_VERSION)