We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096a2a2 commit 3640d93Copy full SHA for 3640d93
src/test/run-make-fulldeps/output-type-permutations/Makefile
@@ -5,7 +5,7 @@ all:
5
$(call REMOVE_RLIBS,bar)
6
$(call REMOVE_DYLIBS,bar)
7
rm $(call STATICLIB,bar)
8
- rm -f $(TMPDIR)/bar.{dll.exp,dll.lib,pdb}
+ rm -f $(TMPDIR)/bar.{dll.exp,dll.lib,pdb,dll.a}
9
# Check that $(TMPDIR) is empty.
10
[ "$$(ls -1 $(TMPDIR) | wc -l)" -eq "0" ]
11
@@ -78,7 +78,7 @@ all:
78
rm $(TMPDIR)/$(call BIN,foo)
79
$(RUSTC) foo.rs --crate-type=dylib --emit=link=$(TMPDIR)/$(call BIN,foo)
80
81
- rm -f $(TMPDIR)/foo.{dll.exp,dll.lib,pdb}
+ rm -f $(TMPDIR)/foo.{dll.exp,dll.lib,pdb,dll.a}
82
83
84
$(RUSTC) foo.rs --crate-type=staticlib -o $(TMPDIR)/foo
0 commit comments