diff options
author | midipix <writeonce@midipix.org> | 2020-01-04 00:05:27 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-04 00:07:47 +0000 |
commit | 3d13bab507331167cccf746fa8ea3d2f210ca11d (patch) | |
tree | 998e11b1299fb41f176762bd0bad9aae4c120c60 | |
parent | 993569847b80cf7c83e774ab407a765c27e22c34 (diff) | |
download | mdso-3d13bab507331167cccf746fa8ea3d2f210ca11d.tar.bz2 mdso-3d13bab507331167cccf746fa8ea3d2f210ca11d.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 } |