summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-05-23 14:43:19 +0000
committermidipix <writeonce@midipix.org>2021-05-23 14:48:23 +0000
commit64f258525bcac4866a51f91698e15b2571c9146e (patch)
treefa5791e39f05bddc8325e4e6e8e1c19a4b98bd0e /configure
parent40aa322b33c4cfea56b8ae06dd9ea249814c1c52 (diff)
downloadntux-64f258525bcac4866a51f91698e15b2571c9146e.tar.bz2
ntux-64f258525bcac4866a51f91698e15b2571c9146e.tar.xz
build system: reserve the file-name Makefile.common for bootstrapping projects.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index a235b5e..8424799 100755
--- a/configure
+++ b/configure
@@ -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