# HG changeset patch # User mbaesken # Date 1563350322 -7200 # Node ID 5f3df8029bfdde039928db98d03758ed744bf10b # Parent ee23bd3192f736f890d7a25e9861cb6a3a5b4c5d 8227834: build.log output from failing commands : include the hs_error file path in case of crashes in build Reviewed-by: tbell diff -r ee23bd3192f7 -r 5f3df8029bfd make/InitSupport.gmk --- 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) \ ) \