mirror of
https://github.com/openjdk/jdk9u.git
synced 2025-12-11 11:04:20 -06:00
8190725: Freetype license file provided with configure not included in images
Reviewed-by: ihse, tbell
This commit is contained in:
parent
3e3d6a162a
commit
52fda63f16
@ -80,8 +80,8 @@ ifneq ($(MAN_DIR), )
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
LEGAL_NOTICES := \
|
LEGAL_NOTICES := \
|
||||||
$(SUPPORT_OUTPUTDIR)/modules_legal/java.base \
|
$(call uniq, $(SUPPORT_OUTPUTDIR)/modules_legal/java.base \
|
||||||
$(call FindModuleLegalDirs, $(MODULE)) \
|
$(call FindModuleLegalDirs, $(MODULE))) \
|
||||||
#
|
#
|
||||||
|
|
||||||
LEGAL_NOTICES_PATH := $(call PathList, $(LEGAL_NOTICES))
|
LEGAL_NOTICES_PATH := $(call PathList, $(LEGAL_NOTICES))
|
||||||
|
|||||||
@ -397,8 +397,10 @@ LEGAL_SUBDIRS += share/legal
|
|||||||
# $1 - Module to find legal dirs for
|
# $1 - Module to find legal dirs for
|
||||||
FindModuleLegalDirs = \
|
FindModuleLegalDirs = \
|
||||||
$(strip $(wildcard \
|
$(strip $(wildcard \
|
||||||
$(addsuffix /$(strip $1), $(IMPORT_MODULES_LEGAL)) \
|
$(addsuffix /$(strip $1), $(SUPPORT_OUTPUTDIR)/modules_legal \
|
||||||
$(foreach sub, $(LEGAL_SUBDIRS), $(addsuffix /$(strip $1)/$(sub), $(TOP_SRC_DIRS)))))
|
$(IMPORT_MODULES_LEGAL)) \
|
||||||
|
$(foreach sub, $(LEGAL_SUBDIRS), $(addsuffix /$(strip $1)/$(sub), $(TOP_SRC_DIRS))) \
|
||||||
|
))
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user