Skip to content

Commit 04c446b

Browse files
committed
make: Don't have libsyntax depend on librustuv
It doesn't actually and we can get better incremental build times for modifications to librustuv if libsyntax/librustc don't need to get rebuilt
1 parent e121d75 commit 04c446b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mk/target.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ $$(TLIB$(1)_T_$(2)_H_$(3))/$(CFG_LIBSYNTAX_$(3)): \
125125
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
126126
$$(TSTDLIB_DEFAULT$(1)_T_$(2)_H_$(3)) \
127127
$$(TEXTRALIB_DEFAULT$(1)_T_$(2)_H_$(3)) \
128-
$$(TLIBRUSTUV_DEFAULT$(1)_T_$(2)_H_$(3)) \
129128
| $$(TLIB$(1)_T_$(2)_H_$(3))/
130129
@$$(call E, compile_and_link: $$@)
131130
$$(call REMOVE_ALL_OLD_GLOB_MATCHES_EXCEPT,$$(dir $$@),$(LIBSYNTAX_GLOB_$(2)),$$(notdir $$@))

0 commit comments

Comments
 (0)