diff options
author | midipix <writeonce@midipix.org> | 2021-05-23 14:43:19 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-23 14:43:19 +0000 |
commit | 09fb66582e24f3442dbddcb3649610daafb56938 (patch) | |
tree | 699f45a201b950c771cbc680026ee8efa5b10661 /configure | |
parent | 1311e2b40e2f133935bc49fc5db61773ac8f689f (diff) | |
download | slibtool-09fb66582e24f3442dbddcb3649610daafb56938.tar.bz2 slibtool-09fb66582e24f3442dbddcb3649610daafb56938.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 |