< prev index next >

make/ReleaseFile.gmk

Print this page
@  rev 2556 : [mq]: libc
|

*** 46,56 **** define create-info-file $(if $(JDK_ARCH_ABI_PROP_NAME), \ $(call info-file-item, "SUN_ARCH_ABI", "$(JDK_ARCH_ABI_PROP_NAME)")) $(call info-file-item, "SOURCE", "$(strip $(SOURCE_REVISION))") $(call info-file-item, "IMPLEMENTOR", "$(COMPANY_NAME)") ! $(call info-file-item, "CLIB", "$(OPENJDK_TARGET_CLIB)") endef # Param 1 - The file containing the MODULES list define prepare-info-file $(call LogInfo, Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@)) --- 46,56 ---- define create-info-file $(if $(JDK_ARCH_ABI_PROP_NAME), \ $(call info-file-item, "SUN_ARCH_ABI", "$(JDK_ARCH_ABI_PROP_NAME)")) $(call info-file-item, "SOURCE", "$(strip $(SOURCE_REVISION))") $(call info-file-item, "IMPLEMENTOR", "$(COMPANY_NAME)") ! $(call info-file-item, "LIBC", "$(OPENJDK_TARGET_LIBC)") endef # Param 1 - The file containing the MODULES list define prepare-info-file $(call LogInfo, Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@))
< prev index next >