3751a8
build system: configure: config_status(): ensure consistent output.
@@ -462,7 +462,7 @@ config_host()
|
|
462
462
|
config_status()
|
463
463
|
{
|
464
464
|
printf "\n\n"
|
465
|
-
make .display
|
465
|
+
make -j1 .display
|
466
466
|
printf "\nconfiguration completed successfully.\n\n"
|
467
467
|
}
|
468
468
|
|