@@ -759,14 +759,13 @@ test/compile-fail/%.rustc.out.tmp: test/compile-fail/%.rs $(SREQ)
759
759
$(CFG_QUIET ) grep --text --quiet \
760
760
"$$(grep error-pattern $< | cut -d : -f 2- | tr -d '\n\r')" $@
761
761
762
- test/run-pass/ % .boot $( CFG_EXE_SUFFIX ) : test/run-pass/ % .rc $(BREQ )
763
- @$(call CFG_ECHO, compile [boot ]: $< )
764
- $(BOOT ) -o $@ $<
762
+ % .bc : % .rc $(SREQ )
763
+ @$(call CFG_ECHO, compile [rustc ]: $< )
764
+ $(RUSTC ) -o $@ $<
765
765
766
- test/bench/shootout/% .boot$(CFG_EXE_SUFFIX ) : \
767
- test/bench/shootout/%.rs $(BREQ)
768
- @$(call CFG_ECHO, compile [boot]: $<)
769
- $(BOOT) -o $@ $<
766
+ % .bc : % .rs $(SREQ )
767
+ @$(call CFG_ECHO, compile [rustc]: $< )
768
+ $(RUSTC ) -o $@ $<
770
769
771
770
% .ll : % .bc
772
771
@$(call CFG_ECHO, dis [llvm]: $< )
@@ -789,26 +788,14 @@ test/bench/shootout/%.boot$(CFG_EXE_SUFFIX): \
789
788
@# programs, I\'ll live with the noise.
790
789
-$(CFG_QUIET )$(DSYMUTIL ) $@
791
790
792
- test/run-pass/% .bc : test/run-pass/% .rc $(SREQ )
793
- @$(call CFG_ECHO, compile [rustc]: $< )
794
- $(RUSTC ) -o $@ $<
795
-
796
- test/run-pass/% .boot$(CFG_EXE_SUFFIX ) : test/run-pass/% .rs $(BREQ )
791
+ % .boot$(CFG_EXE_SUFFIX ) : % .rs $(BREQ )
797
792
@$(call CFG_ECHO, compile [boot]: $< )
798
793
$(BOOT ) -o $@ $<
799
794
800
- test/run-pass/% .bc : test/run-pass/% .rs $(SREQ )
801
- @$(call CFG_ECHO, compile [rustc]: $< )
802
- $(RUSTC ) -o $@ $<
803
-
804
- test/run-fail/% .boot$(CFG_EXE_SUFFIX ) : test/run-fail/% .rs $(BREQ )
795
+ % .boot$(CFG_EXE_SUFFIX ) : % .rc $(BREQ )
805
796
@$(call CFG_ECHO, compile [boot]: $< )
806
797
$(BOOT ) -o $@ $<
807
798
808
- test/run-fail/% .bc : test/run-fail/% .rs $(SREQ )
809
- @$(call CFG_ECHO, compile [rustc]: $< )
810
- $(RUSTC ) -o $@ $<
811
-
812
799
813
800
# #####################################################################
814
801
# Auto-dependency
0 commit comments