OpenJDK / jdk / jdk
changeset 55732:5f3df8029bfd
8227834: build.log output from failing commands : include the hs_error file path in case of crashes in build
Reviewed-by: tbell
author | mbaesken |
---|---|
date | Wed, 17 Jul 2019 09:58:42 +0200 |
parents | ee23bd3192f7 |
children | 9cfb9387a9e8 |
files | make/InitSupport.gmk |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/make/InitSupport.gmk Wed Jul 10 11:11:30 2019 +0200 +++ b/make/InitSupport.gmk Wed Jul 17 09:58:42 2019 +0200 @@ -424,8 +424,8 @@ $(if $(filter all, $(LOG_REPORT)), \ $(GREP) -v -e "^Note: including file:" < $(logfile) || true $(NEWLINE) \ , \ - ($(GREP) -v -e "^Note: including file:" < $(logfile) || true) | $(HEAD) -n 12 $(NEWLINE) \ - if test `$(WC) -l < $(logfile)` -gt 12; then \ + ($(GREP) -v -e "^Note: including file:" < $(logfile) || true) | $(HEAD) -n 15 $(NEWLINE) \ + if test `$(WC) -l < $(logfile)` -gt 15; then \ $(ECHO) " ... (rest of output omitted)" ; \ fi $(NEWLINE) \ ) \