Auto merge of #118899 - veera-sivarajan:fix-makefile, r=Mark-Simulacrum
fix(tests): remove check for `echo` fixes: #56222 Removes check for `echo` as it doesn't seem to be used anywhere.
This commit is contained in:
commit
8d39ec1825
@ -7,7 +7,6 @@ include ../../run-make/tools.mk
|
|||||||
# -Zbinary-dep-depinfo is used.
|
# -Zbinary-dep-depinfo is used.
|
||||||
|
|
||||||
all:
|
all:
|
||||||
/bin/echo || exit 0 # This test requires /bin/echo to exist
|
|
||||||
$(RUSTC) the_backend.rs --crate-name the_backend --crate-type dylib \
|
$(RUSTC) the_backend.rs --crate-name the_backend --crate-type dylib \
|
||||||
-o $(TMPDIR)/the_backend.dylib
|
-o $(TMPDIR)/the_backend.dylib
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user