< prev index next >

make/ReleaseFile.gmk

Print this page

        

@@ -45,10 +45,11 @@
 # Param 1 - The file containing the MODULES list
 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)")
 endef
 
 # Param 1 - The file containing the MODULES list
 define prepare-info-file
   $(call LogInfo, Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@))
< prev index next >