We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de3ddf commit 57cea25Copy full SHA for 57cea25
src/test/run-make-fulldeps/print-target-list/Makefile
@@ -4,9 +4,5 @@
4
# target specifications
5
all:
6
for target in $(shell $(BARE_RUSTC) --print target-list); do \
7
- case $$target in \
8
- *) \
9
- $(BARE_RUSTC) --target $$target --print sysroot \
10
- ;; \
11
- esac \
+ $(BARE_RUSTC) --target $$target --print sysroot \
12
done
0 commit comments