make/ReleaseFile.gmk
changeset 42797 915636aeadee
parent 42516 238e72a732d8
child 44985 54f298f9766a
equal deleted inserted replaced
42796:0ec334969fce 42797:915636aeadee
    45 # Param 1 - The file containing the MODULES list
    45 # Param 1 - The file containing the MODULES list
    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 endef
    51 endef
    51 
    52 
    52 # Param 1 - The file containing the MODULES list
    53 # Param 1 - The file containing the MODULES list
    53 define prepare-info-file
    54 define prepare-info-file
    54   $(call LogInfo, Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@))
    55   $(call LogInfo, Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@))