summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-10 16:15:25 +0000
committermidipix <writeonce@midipix.org>2021-04-10 20:54:47 +0000
commit2de079c00eb4c892c885fa9d61cc88d1a5ca1861 (patch)
treedb5021c3b74010721b2e10f74e2263a0480b9d7a /configure
parent9edd4de50ae53e686a45c738be894f0d622776a1 (diff)
downloadntux-2de079c00eb4c892c885fa9d61cc88d1a5ca1861.tar.bz2
ntux-2de079c00eb4c892c885fa9d61cc88d1a5ca1861.tar.xz
build system: configure: automatically detect make mode if not already set.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure b/configure
index ff05411..9224416 100755
--- a/configure
+++ b/configure
@@ -611,6 +611,15 @@ common_defaults()
if [ -z "$mb_makemode" ]; then
mb_makemode='posix'
+
+ printf '%s\n%s\n%s\n\n%s\n\n' \
+ 'ifeq (a,b)' \
+ 'VAR = val' \
+ 'endif' \
+ 'all:' \
+ | ${mb_make} -s -f - 2>/dev/null \
+ && mb_makemode='modern'
+
fi
# shell