File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,11 @@ TARGETS += $(GENDATA_CURDATA)
6060
6161################################################################################
6262
63- GENDATA_CACERTS_SRC := $(TOPDIR)/make/data/cacerts/
63+ ifneq ($(CACERTS_SRC), )
64+ GENDATA_CACERTS_SRC := $(CACERTS_SRC)
65+ else
66+ GENDATA_CACERTS_SRC := $(TOPDIR)/make/data/cacerts/
67+ endif
6468GENDATA_CACERTS := $(SUPPORT_OUTPUTDIR)/modules_libs/java.base/security/cacerts
6569
6670$(GENDATA_CACERTS): $(BUILD_TOOLS_JDK) $(wildcard $(GENDATA_CACERTS_SRC)/*)
@@ -71,9 +75,6 @@ $(GENDATA_CACERTS): $(BUILD_TOOLS_JDK) $(wildcard $(GENDATA_CACERTS_SRC)/*)
7175ifeq ($(CACERTS_FILE), )
7276 TARGETS += $(GENDATA_CACERTS)
7377endif
74- ifneq ($(CACERTS_SRC), )
75- GENDATA_CACERTS_SRC := $(CACERTS_SRC)
76- endif
7778
7879################################################################################
7980
You can’t perform that action at this time.
0 commit comments