8170884: Clean up post-jlink file copying to the images

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2017-03-09 09:14:04 +01:00
parent b2a42d78ef
commit 5b9d400c10

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@ -235,8 +235,8 @@ endif
# JDK license and assembly exception files to be packaged in JMOD
JDK_LICENSE ?= $(JDK_TOPDIR)/LICENSE
JDK_NOTICE ?= $(JDK_TOPDIR)/ASSEMBLY_EXCEPTION
JDK_LICENSE ?= $(TOPDIR)/LICENSE
JDK_NOTICE ?= $(TOPDIR)/ASSEMBLY_EXCEPTION
$(eval $(call SetupCopyFiles, COPY_JDK_NOTICES, \
FILES := $(JDK_LICENSE) $(JDK_NOTICE), \