@@ -67,7 +67,7 @@ $$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUSTDOC_$(4)): \
67
67
| $$(TLIB$(1 ) _T_$(4 ) _H_$(3 ) ) /
68
68
@$$(call E, compile_and_link: $$@ )
69
69
$$(call REMOVE_ALL_OLD_GLOB_MATCHES_EXCEPT,$$(dir $$@ ) ,$(LIBRUSTDOC_GLOB_$(4 ) ) ,$$(notdir $$@ ) )
70
- $$(STAGE$(1 ) _T_$(4 ) _H_$(3 ) ) --out-dir $$(@D ) $$< && touch $$@
70
+ $$(STAGE$(1 ) _T_$(4 ) _H_$(3 ) ) $$( WFLAGS_ST $( 1 ) ) --out-dir $$(@D ) $$< && touch $$@
71
71
$$(call LIST_ALL_OLD_GLOB_MATCHES_EXCEPT,$$(dir $$@ ) ,$(LIBRUSTDOC_GLOB_$(4 ) ) ,$$(notdir $$@ ) )
72
72
73
73
$$(TBIN$(1 ) _T_$(4 ) _H_$(3 ) ) /rustdoc$$(X_$(4 ) ) : \
@@ -85,7 +85,7 @@ $$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUSTI_$(4)): \
85
85
| $$(TLIB$(1 ) _T_$(4 ) _H_$(3 ) ) /
86
86
@$$(call E, compile_and_link: $$@ )
87
87
$$(call REMOVE_ALL_OLD_GLOB_MATCHES_EXCEPT,$$(dir $$@ ) ,$(LIBRUSTI_GLOB_$(4 ) ) ,$$(notdir $$@ ) )
88
- $$(STAGE$(1 ) _T_$(4 ) _H_$(3 ) ) --out-dir $$(@D ) $$< && touch $$@
88
+ $$(STAGE$(1 ) _T_$(4 ) _H_$(3 ) ) $$( WFLAGS_ST $( 1 ) ) --out-dir $$(@D ) $$< && touch $$@
89
89
$$(call LIST_ALL_OLD_GLOB_MATCHES_EXCEPT,$$(dir $$@ ) ,$(LIBRUSTI_GLOB_$(4 ) ) ,$$(notdir $$@ ) )
90
90
91
91
$$(TBIN$(1 ) _T_$(4 ) _H_$(3 ) ) /rusti$$(X_$(4 ) ) : \
@@ -106,7 +106,7 @@ $$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUST_$(4)): \
106
106
| $$(TLIB$(1 ) _T_$(4 ) _H_$(3 ) ) /
107
107
@$$(call E, compile_and_link: $$@ )
108
108
$$(call REMOVE_ALL_OLD_GLOB_MATCHES_EXCEPT,$$(dir $$@ ) ,$(LIBRUST_GLOB_$(4 ) ) ,$$(notdir $$@ ) )
109
- $$(STAGE$(1 ) _T_$(4 ) _H_$(3 ) ) --out-dir $$(@D ) $$< && touch $$@
109
+ $$(STAGE$(1 ) _T_$(4 ) _H_$(3 ) ) $$( WFLAGS_ST $( 1 ) ) --out-dir $$(@D ) $$< && touch $$@
110
110
$$(call LIST_ALL_OLD_GLOB_MATCHES_EXCEPT,$$(dir $$@ ) ,$(LIBRUST_GLOB_$(4 ) ) ,$$(notdir $$@ ) )
111
111
112
112
$$(TBIN$(1 ) _T_$(4 ) _H_$(3 ) ) /rust$$(X_$(4 ) ) : \
0 commit comments