From fbffa54efe447a4c911af2be1d7774a8c60d6ede Mon Sep 17 00:00:00 2001 From: Magnus Ihse Bursie Date: Mon, 30 Aug 2021 13:41:54 +0000 Subject: [PATCH] 8270438: "Cores to use" output in configure is misleading Reviewed-by: erikj --- make/autoconf/help.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/autoconf/help.m4 b/make/autoconf/help.m4 index b28218d66aa..924cc425609 100644 --- a/make/autoconf/help.m4 +++ b/make/autoconf/help.m4 @@ -274,7 +274,7 @@ AC_DEFUN_ONCE([HELP_PRINT_SUMMARY_AND_WARNINGS], printf "\n" printf "Build performance summary:\n" - printf "* Cores to use: $JOBS\n" + printf "* Build jobs: $JOBS\n" printf "* Memory limit: $MEMORY_SIZE MB\n" if test "x$CCACHE_STATUS" != "x"; then printf "* ccache status: $CCACHE_STATUS\n"