Skip to content

Commit 652a9cf

Browse files
committed
[EXPERIMENTAL] is this makefile even testing anything
1 parent fd8d6fb commit 652a9cf

File tree

1 file changed

+1
-1
lines changed
  • tests/run-make/print-target-list

1 file changed

+1
-1
lines changed

tests/run-make/print-target-list/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ include ../tools.mk
44
# target specifications
55
all:
66
for target in $(shell $(BARE_RUSTC) --print target-list); do \
7-
$(BARE_RUSTC) --target $$target --print sysroot; \
7+
$(BARE_RUSTC) --target $$target --print sysroot || exit 1; \
88
done

0 commit comments

Comments
 (0)