From 131a8f23e712e13e5975b17e115399b5e622386e Mon Sep 17 00:00:00 2001 From: midipix Date: Oct 20 2019 16:11:21 +0000 Subject: build system: configure: config_status(): ensure consistent output. --- diff --git a/configure b/configure index 4d79af5..f7fae02 100755 --- a/configure +++ b/configure @@ -462,7 +462,7 @@ config_host() config_status() { printf "\n\n" - make .display + make -j1 .display printf "\nconfiguration completed successfully.\n\n" }