We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
echo
1 parent 0b0cc4e commit 0bd3500Copy full SHA for 0bd3500
tests/run-make-fulldeps/hotplug_codegen_backend/Makefile
@@ -6,10 +6,6 @@ include ../../run-make/tools.mk
6
# backends and that this external codegen backend is only included in the dep info if
7
# -Zbinary-dep-depinfo is used.
8
9
-REQUIRED := echo # This test requires `echo` to exist
10
-$(foreach bin,$(REQUIRED),\
11
- $(if $(shell command -v $(bin) 2> /dev/null),,$(error Error: Please install `$(bin)`)))
12
-
13
all:
14
$(RUSTC) the_backend.rs --crate-name the_backend --crate-type dylib \
15
-o $(TMPDIR)/the_backend.dylib
0 commit comments