Change BREQ to SREQ in deps of compile-fail/%.rustc.out
This commit is contained in:
parent
46d78d1e87
commit
d4c7cd5f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -651,7 +651,7 @@ test/compile-fail/%.boot.out.tmp: test/compile-fail/%.rs $(BREQ)
|
|||
$(CFG_QUIET)grep --text --quiet \
|
||||
"`awk -F: '/error-pattern/ { print $$2 }' $< | tr -d '\n\r'`" $@
|
||||
|
||||
test/compile-fail/%.rustc.out.tmp: test/compile-fail/%.rs $(BREQ)
|
||||
test/compile-fail/%.rustc.out.tmp: test/compile-fail/%.rs $(SREQ)
|
||||
@$(call CFG_ECHO, compile [rustc]: $<)
|
||||
$(CFG_QUIET)rm -f $@
|
||||
$(RUSTC) -o $(@:.out=$(CFG_EXE_SUFFIX)) $< >$@ 2>&1 || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue