author | erikj |
Mon, 05 Sep 2016 10:10:29 +0200 | |
changeset 40621 | c55ef7ed9aa0 |
parent 40620 | 48f3e897a61d |
child 40673 | 1aff8fdbc143 |
make/Init.gmk | file | annotate | diff | comparison | revisions |
--- a/make/Init.gmk Fri Sep 02 02:40:58 2016 +0000 +++ b/make/Init.gmk Mon Sep 05 10:10:29 2016 +0200 @@ -314,6 +314,9 @@ endif on-failure: + $(call CleanupSmartJavac) + $(call StopGlobalTimer) + $(call ReportBuildTimes) $(call PrintFailureReports) $(call PrintBuildLogFailures) $(PRINTF) "Hint: If caused by a warning, try configure --disable-warnings-as-errors.\n\n"