make/ReleaseFile.gmk
changeset 45211 4abe601baa45
parent 44985 54f298f9766a
child 47253 92fd0e04e0e1
equal deleted inserted replaced
45210:a54893aaee2a 45211:4abe601baa45
    46 define create-info-file
    46 define create-info-file
    47   $(if $(JDK_ARCH_ABI_PROP_NAME), \
    47   $(if $(JDK_ARCH_ABI_PROP_NAME), \
    48     $(call info-file-item, "SUN_ARCH_ABI", "$(JDK_ARCH_ABI_PROP_NAME)"))
    48     $(call info-file-item, "SUN_ARCH_ABI", "$(JDK_ARCH_ABI_PROP_NAME)"))
    49   $(call info-file-item, "SOURCE", "$(strip $(SOURCE_REVISION))")
    49   $(call info-file-item, "SOURCE", "$(strip $(SOURCE_REVISION))")
    50   $(call info-file-item, "IMPLEMENTOR", "$(COMPANY_NAME)")
    50   $(call info-file-item, "IMPLEMENTOR", "$(COMPANY_NAME)")
       
    51   $(call info-file-item, "OS_NAME", "$(RELEASE_FILE_OS_NAME)")
       
    52   $(call info-file-item, "OS_ARCH", "$(RELEASE_FILE_OS_ARCH)")
    51 endef
    53 endef
    52 
    54 
    53 # Param 1 - The file containing the MODULES list
    55 # Param 1 - The file containing the MODULES list
    54 define prepare-info-file
    56 define prepare-info-file
    55   $(call LogInfo, Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@))
    57   $(call LogInfo, Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@))