summaryrefslogtreecommitdiffstats
path: root/rules/barebox.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-12-12 11:30:10 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-12-12 11:32:29 +0100
commit6acdb6db486c6cbd7cd4d43a10394055a28f0328 (patch)
treef7edf6e92f7e1a1cc71922a955553755abbcf133 /rules/barebox.make
parent1ee6f3a8f58cbd97de2bc163536eac961a3dd891 (diff)
downloadptxdist-6acdb6db486c6cbd7cd4d43a10394055a28f0328.tar.gz
ptxdist-6acdb6db486c6cbd7cd4d43a10394055a28f0328.tar.xz
rules: use ptx/force-shell in more placesptxdist-2018.12.0
Any $(shell ...) call that influences the dependency list must use ptx/force-shell instead. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/barebox.make')
-rw-r--r--rules/barebox.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/barebox.make b/rules/barebox.make
index 4018dd697..83a7126cc 100644
--- a/rules/barebox.make
+++ b/rules/barebox.make
@@ -66,7 +66,7 @@ BAREBOX_EXTRA_ENV_PATH := $(foreach path, \
$(call ptx/in-platformconfigdir,$(path)))
BAREBOX_EXTRA_ENV_DEPS := \
$(BAREBOX_EXTRA_ENV_PATH) \
- $(shell find $(BAREBOX_EXTRA_ENV_PATH) -print 2>/dev/null)
+ $(call ptx/force-shell, find $(BAREBOX_EXTRA_ENV_PATH) -print 2>/dev/null)
$(STATEDIR)/barebox.prepare: $(BAREBOX_EXTRA_ENV_DEPS)
endif