We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8d6fb commit 652a9cfCopy full SHA for 652a9cf
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