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 | 2dc66115f2fa0ae208822dad2f75f77f9664a3d0 (patch) | |
tree | 24e7f34a5a1c619b6f3db3b7b142fceffdaff6d9 /configure | |
parent | da43669a41cf02ab70d9812b923471ba19a8c669 (diff) | |
download | sbpython2-2dc66115f2fa0ae208822dad2f75f77f9664a3d0.tar.bz2 sbpython2-2dc66115f2fa0ae208822dad2f75f77f9664a3d0.tar.xz |
build system: config_failure(): remove comment (no longer needed).
Diffstat (limited to 'configure')
-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 } |