OpenJDK / jdk / jdk
changeset 59264:7af05fae58cd
8244928: Build log output too verbose after JDK-8244844
Reviewed-by: alanb
author | ihse |
---|---|
date | Wed, 13 May 2020 10:35:08 +0200 |
parents | 581be80a50f1 |
children | 58278f623d0b |
files | make/common/JavaCompilation.gmk |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make/common/JavaCompilation.gmk Wed Apr 29 16:15:14 2020 +0800 +++ b/make/common/JavaCompilation.gmk Wed May 13 10:35:08 2020 +0200 @@ -428,7 +428,7 @@ # list of files. $$($1_FILELIST): $$($1_SRCS) $$($1_VARDEPS_FILE) $$(call MakeDir, $$(@D)) - $$(call LogWarn, Compiling $$($1_SRCS) files for $1) + $$(call LogWarn, Compiling $$(words $$($1_SRCS)) files for $1) $$(eval $$(call ListPathsSafely, $1_SRCS, $$($1_FILELIST))) # Do the actual compilation