summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-24 14:17:30 +0000
committermidipix <writeonce@midipix.org>2021-04-24 14:18:28 +0000
commitbe10986f16d52a0b7ba92a60a60a8f09ef3253eb (patch)
treecd0bf3882e0181338cef5bd37094c4c6fc1f7a53 /configure
parent1d13d436e5bc3a6b42b4a1c3504c9413e46d72e2 (diff)
downloadntux-be10986f16d52a0b7ba92a60a60a8f09ef3253eb.tar.bz2
ntux-be10986f16d52a0b7ba92a60a60a8f09ef3253eb.tar.xz
build system: configure: respect project-specific make{mode} preferences.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure b/configure
index a100d6d..8ec7015 100755
--- a/configure
+++ b/configure
@@ -169,6 +169,15 @@ init_vars()
. "$mb_config"
+ # config.project make preferences
+ if [ -z "${MAKE}" ]; then
+ MAKE="$mb_make"
+ fi
+
+ if [ -z "${MAKEMODE}" ]; then
+ MAKEMODE="$mb_makemode"
+ fi
+
# package
if [ -z "$mb_package" ]; then
error_msg "$mb_script: incomplete information in $mb_config."