From 7345502884ba79a60b1ea43adc1db6b345ca2eaf Mon Sep 17 00:00:00 2001 From: Magnus Ihse Bursie Date: Wed, 13 May 2020 10:35:08 +0200 Subject: [PATCH] 8244928: Build log output too verbose after JDK-8244844 Reviewed-by: alanb --- make/common/JavaCompilation.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/common/JavaCompilation.gmk b/make/common/JavaCompilation.gmk index d7ba9ec9b25..e0b1fb003d4 100644 --- a/make/common/JavaCompilation.gmk +++ b/make/common/JavaCompilation.gmk @@ -428,7 +428,7 @@ define SetupJavaCompilationBody # 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