We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e114797 commit 4d01d6cCopy full SHA for 4d01d6c
include/prereq.mk
@@ -86,6 +86,7 @@ endef
86
# 3+: candidates
87
define SetupHostCommand
88
define Require/$(1)
89
+ [ -f "$(STAGING_DIR_HOST)/bin/$(strip $(1))" ] && exit 0; \
90
for cmd in $(call QuoteHostCommand,$(3)) $(call QuoteHostCommand,$(4)) \
91
$(call QuoteHostCommand,$(5)) $(call QuoteHostCommand,$(6)) \
92
$(call QuoteHostCommand,$(7)) $(call QuoteHostCommand,$(8)) \
0 commit comments