summaryrefslogtreecommitdiffstats
path: root/rules/host-elf-h-compat.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-05-17 13:38:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-17 14:17:08 +0200
commitf0473a283f689b1ebeb535e90f6822ce6ba375b6 (patch)
tree263a6f13032adc7a17d7f0c2e81f3a0ab75bf38f /rules/host-elf-h-compat.make
parentdbd8fbd82684e96132ac88d7f3dc31e987107b9a (diff)
downloadptxdist-f0473a283f689b1ebeb535e90f6822ce6ba375b6.tar.gz
ptxdist-f0473a283f689b1ebeb535e90f6822ce6ba375b6.tar.xz
rules: introduce and use ptx/force-sh
It is just like ptx/force-shell but it uses /bin/sh instead of bash. That means it is faster (if /bin/sh is a dash) but cannot be used to call the shell functions exported by ptxdist. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-elf-h-compat.make')
-rw-r--r--rules/host-elf-h-compat.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-elf-h-compat.make b/rules/host-elf-h-compat.make
index 03fe111b0..02e4f216f 100644
--- a/rules/host-elf-h-compat.make
+++ b/rules/host-elf-h-compat.make
@@ -30,7 +30,7 @@ HOST_ELF_H_COMPAT_LICENSE := GPL-2.0-or-later
#
HOST_ELF_H_COMPAT_CONF_TOOL := autoconf
-ifneq ($(call ptx/force-shell, uname -s),Linux)
+ifneq ($(call ptx/force-sh, uname -s),Linux)
$(STATEDIR)/base.prepare: $(STATEDIR)/host-elf-h-compat.install.post
endif