< prev index next >

jdk/make/copy/Copy-java.base.gmk

Print this page

        

*** 21,30 **** --- 21,31 ---- # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # + include Modules.gmk include CopyCommon.gmk $(eval $(call IncludeCustomExtension, jdk, copy/Copy-java.base.gmk)) ################################################################################
*** 231,235 **** --- 232,246 ---- TARGETS += $(COPY_SDP_CONF) endif ################################################################################ + + $(LEGAL_DST_DIR)/$(JMOD_COPYRIGHT): $(JDK_COPYRIGHT) + $(call install-file) + + $(LEGAL_DST_DIR)/$(JMOD_LICENSE): $(JDK_LICENSE) + $(call install-file) + + TARGETS += \ + $(LEGAL_DST_DIR)/$(JMOD_COPYRIGHT) \ + $(LEGAL_DST_DIR)/$(JMOD_LICENSE)
< prev index next >