Make the dep-info-no-analysis regex more robust on Windows.

This commit is contained in:
Pavel Sountsov 2016-05-09 08:31:43 -07:00 committed by SiegeLord
parent 64cca3ab2d
commit a75fc0d23c

View File

@ -2,5 +2,5 @@
all:
$(RUSTC) -o $(TMPDIR)/input.dd -Z no-analysis --emit dep-info input.rs
sed -i "s@$(TMPDIR)/@@g" $(TMPDIR)/input.dd
sed -i "s/^.*input.dd/input.dd/g" $(TMPDIR)/input.dd
diff -u $(TMPDIR)/input.dd input.dd