We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1df0458 + 652a9cf commit 6111850Copy full SHA for 6111850
tests/run-make/print-target-list/Makefile
@@ -4,5 +4,5 @@ include ../tools.mk
4
# target specifications
5
all:
6
for target in $(shell $(BARE_RUSTC) --print target-list); do \
7
- $(BARE_RUSTC) --target $$target --print sysroot; \
+ $(BARE_RUSTC) --target $$target --print sysroot || exit 1; \
8
done
0 commit comments