equal
deleted
inserted
replaced
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)/%,%,$@)) |