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)/%,%,$@)) |