diff options
author | midipix <writeonce@midipix.org> | 2021-05-23 14:43:19 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-23 14:48:23 +0000 |
commit | e8a7828f67a04deaebd0cc000e4ad78f8b14fc4d (patch) | |
tree | 9b9668ecd2cca93ae61bbde687e57035f331af3d /configure | |
parent | f43bd88566dea03032eab0baddff192d2fc61494 (diff) | |
download | pemagine-e8a7828f67a04deaebd0cc000e4ad78f8b14fc4d.tar.bz2 pemagine-e8a7828f67a04deaebd0cc000e4ad78f8b14fc4d.tar.xz |
build system: reserve the file-name Makefile.common for bootstrapping projects.
Diffstat (limited to 'configure')
-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 |