diff options
author | midipix <writeonce@midipix.org> | 2021-05-23 14:43:19 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-23 14:48:22 +0000 |
commit | d8cfb6614c16116482498e47f0812b1ecfcbcea2 (patch) | |
tree | 4616042d6f9d81af60c0c86bb777aa525beb68e7 | |
parent | d2829c299ce561821a2ffd054d8ebc8a03da7352 (diff) | |
download | mdso-d8cfb6614c16116482498e47f0812b1ecfcbcea2.tar.bz2 mdso-d8cfb6614c16116482498e47f0812b1ecfcbcea2.tar.xz |
build system: reserve the file-name Makefile.common for bootstrapping projects.
-rwxr-xr-x | configure | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -317,6 +317,13 @@ verify_build_directory() fi fi + if [ -f "$mb_pwd/Makefile.common" ]; then + error_msg + error_msg "$mb_package: the file-name Makefile.common is reserved for bootstrapping projects." + error_msg "$mb_package: please remove or rename the file manually and then re-run configure." + exit 1 + fi + rm -f Makefile Makefile.host Makefile.tmp Makefile.failed $mb_makefile output_step_epilog |