mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 01:13:11 +00:00
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
This commit is contained in:
parent
e121d7556c
commit
04c446b4b6
@ -125,7 +125,6 @@ $$(TLIB$(1)_T_$(2)_H_$(3))/$(CFG_LIBSYNTAX_$(3)): \
|
||||
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
|
||||
$$(TSTDLIB_DEFAULT$(1)_T_$(2)_H_$(3)) \
|
||||
$$(TEXTRALIB_DEFAULT$(1)_T_$(2)_H_$(3)) \
|
||||
$$(TLIBRUSTUV_DEFAULT$(1)_T_$(2)_H_$(3)) \
|
||||
| $$(TLIB$(1)_T_$(2)_H_$(3))/
|
||||
@$$(call E, compile_and_link: $$@)
|
||||
$$(call REMOVE_ALL_OLD_GLOB_MATCHES_EXCEPT,$$(dir $$@),$(LIBSYNTAX_GLOB_$(2)),$$(notdir $$@))
|
||||
|
Loading…
Reference in New Issue
Block a user