diff options
author | midipix <writeonce@midipix.org> | 2020-01-04 00:05:27 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-04 00:07:49 +0000 |
commit | 6854babe979e05fb48cc4a6c22fe04567e6384a1 (patch) | |
tree | 3c3776177eb43a265a97f225a8bc9385e1657591 | |
parent | 7451c1aca91bd8b637cd07c1fb2e9a2688d8b9e3 (diff) | |
download | sbpython3-6854babe979e05fb48cc4a6c22fe04567e6384a1.tar.bz2 sbpython3-6854babe979e05fb48cc4a6c22fe04567e6384a1.tar.xz |
build system: config_failure(): remove comment (no longer needed).
-rwxr-xr-x | configure | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -594,12 +594,6 @@ config_failure() printf 'configure info: exiting due to an error.\n' >&3 - if [ -f Makefile ]; then - mb_error='failed to use the generated Makefile.' - printf '\n%s: error: %s\n' "${0}" "$mb_error" >&2 - mv Makefile Makefile.failed - fi - exit 2 } |