summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-24 20:13:30 +0000
committermidipix <writeonce@midipix.org>2021-04-24 20:29:14 +0000
commitab9253432398e003d5e1dec6e3825f50519483c2 (patch)
tree7a92da6e105d07e641fd0da36113d0e067155b3f
parentd4fa844544364c6c73fbf5d506d2ae214bf1b0b9 (diff)
downloadpemagine-ab9253432398e003d5e1dec6e3825f50519483c2.tar.bz2
pemagine-ab9253432398e003d5e1dec6e3825f50519483c2.tar.xz
build system: allow projects to specify an alternate Makefile name.
-rwxr-xr-xconfigure5
-rw-r--r--sofort/config/config.vars1
2 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 283b7c8..c1e0be5 100755
--- a/configure
+++ b/configure
@@ -837,6 +837,11 @@ config_host()
config_fini()
{
+ # rename Makefile as needed
+ if [ -n "$mb_makefile" ]; then
+ mv $mb_pwd/Makefile $mb_pwd/$mb_makefile
+ fi
+
# project-specific post-configuration steps
if [ _$mb_use_custom_cfgfini = _yes ]; then
. "$mb_project_dir/project/config/cfgfini.sh"
diff --git a/sofort/config/config.vars b/sofort/config/config.vars
index f3ea78e..903abd5 100644
--- a/sofort/config/config.vars
+++ b/sofort/config/config.vars
@@ -39,6 +39,7 @@ srcball_sha256
make
+makefile
makemode
build