equal
deleted
inserted
replaced
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) |