OpenJDK / valhalla / valhalla
changeset 34924:9aaa30dd1b5d
8147086: Excluding of copy files broken after JDK-8144226
Reviewed-by: ihse
author | erikj |
---|---|
date | Thu, 14 Jan 2016 13:50:40 +0100 |
parents | 0a2be16ce53d |
children | 80aceabf2e08 |
files | make/common/JavaCompilation.gmk |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make/common/JavaCompilation.gmk Thu Jan 14 11:58:32 2016 +0100 +++ b/make/common/JavaCompilation.gmk Thu Jan 14 13:50:40 2016 +0100 @@ -267,7 +267,7 @@ $1_ALL_COPIES := $$(filter $$($1_INCLUDE_PATTERN),$$($1_ALL_COPIES)) endif ifneq (,$$($1_EXCLUDE_PATTERN)) - $1_ALL_COPIES := $$(filter-out $$($1_EXCLUDES_PATTERN),$$($1_ALL_COPIES)) + $1_ALL_COPIES := $$(filter-out $$($1_EXCLUDE_PATTERN),$$($1_ALL_COPIES)) endif ifneq (,$$($1_ALL_COPIES)) # Yep, there are files to be copied!