make/copy/Copy-java.base.gmk
changeset 48338 a3c7d963c952
parent 48300 8a5edac3d5a2
child 48355 4944950606ef
equal deleted inserted replaced
48337:0ee20aad71c4 48338:a3c7d963c952
   217 
   217 
   218 # The license files may not be present if the source has been obtained using a
   218 # The license files may not be present if the source has been obtained using a
   219 # different license.
   219 # different license.
   220 JDK_LICENSE ?= $(wildcard $(TOPDIR)/LICENSE)
   220 JDK_LICENSE ?= $(wildcard $(TOPDIR)/LICENSE)
   221 JDK_NOTICE  ?= $(wildcard $(TOPDIR)/ASSEMBLY_EXCEPTION)
   221 JDK_NOTICE  ?= $(wildcard $(TOPDIR)/ASSEMBLY_EXCEPTION)
       
   222 JDK_ADDITIONAL_LICENSE_INFO  ?= $(wildcard $(TOPDIR)/ADDITIONAL_LICENSE_INFO)
   222 
   223 
   223 $(eval $(call SetupCopyFiles, COPY_JDK_NOTICES, \
   224 $(eval $(call SetupCopyFiles, COPY_JDK_NOTICES, \
   224     FILES := $(JDK_LICENSE) $(JDK_NOTICE), \
   225     FILES := $(JDK_LICENSE) $(JDK_NOTICE) $(JDK_ADDITIONAL_LICENSE_INFO), \
   225     DEST := $(LEGAL_DST_DIR), \
   226     DEST := $(LEGAL_DST_DIR), \
   226     FLATTEN := true, \
   227     FLATTEN := true, \
   227 ))
   228 ))
   228 
   229 
   229 TARGETS += $(COPY_JDK_NOTICES)
   230 TARGETS += $(COPY_JDK_NOTICES)