8244928: Build log output too verbose after JDK-8244844

Reviewed-by: alanb
This commit is contained in:
Magnus Ihse Bursie 2020-05-13 10:35:08 +02:00
parent 820f7227b7
commit 7345502884

View File

@ -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