@@ -67,7 +67,7 @@ $$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUSTDOC_$(4)): \
6767 | $$(TLIB$(1 ) _T_$(4 ) _H_$(3 ) ) /
6868 @$$(call E, compile_and_link: $$@ )
6969 $$(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 $$@
7171 $$(call LIST_ALL_OLD_GLOB_MATCHES_EXCEPT,$$(dir $$@ ) ,$(LIBRUSTDOC_GLOB_$(4 ) ) ,$$(notdir $$@ ) )
7272
7373$$(TBIN$(1 ) _T_$(4 ) _H_$(3 ) ) /rustdoc$$(X_$(4 ) ) : \
@@ -85,7 +85,7 @@ $$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUSTI_$(4)): \
8585 | $$(TLIB$(1 ) _T_$(4 ) _H_$(3 ) ) /
8686 @$$(call E, compile_and_link: $$@ )
8787 $$(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 $$@
8989 $$(call LIST_ALL_OLD_GLOB_MATCHES_EXCEPT,$$(dir $$@ ) ,$(LIBRUSTI_GLOB_$(4 ) ) ,$$(notdir $$@ ) )
9090
9191$$(TBIN$(1 ) _T_$(4 ) _H_$(3 ) ) /rusti$$(X_$(4 ) ) : \
@@ -106,7 +106,7 @@ $$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUST_$(4)): \
106106 | $$(TLIB$(1 ) _T_$(4 ) _H_$(3 ) ) /
107107 @$$(call E, compile_and_link: $$@ )
108108 $$(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 $$@
110110 $$(call LIST_ALL_OLD_GLOB_MATCHES_EXCEPT,$$(dir $$@ ) ,$(LIBRUST_GLOB_$(4 ) ) ,$$(notdir $$@ ) )
111111
112112$$(TBIN$(1 ) _T_$(4 ) _H_$(3 ) ) /rust$$(X_$(4 ) ) : \
0 commit comments