diff options
author | midipix <writeonce@midipix.org> | 2019-10-20 15:47:34 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-10-20 16:11:21 +0000 |
commit | dc914efa36d7ad8943737d72f468e9ebec473021 (patch) | |
tree | 05371d6a85515bc0f4c5bed009e1e18455cc1264 | |
parent | cada883326e4172add3dc7aaeb342f0dd0e62f64 (diff) | |
download | pemagine-dc914efa36d7ad8943737d72f468e9ebec473021.tar.bz2 pemagine-dc914efa36d7ad8943737d72f468e9ebec473021.tar.xz |
build system: configure: config_status(): ensure consistent output.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -462,7 +462,7 @@ config_host() config_status() { printf "\n\n" - make .display + make -j1 .display printf "\nconfiguration completed successfully.\n\n" } |