auto merge of #11883 : alexcrichton/rust/fix-mk-install, r=pnkfelix
Closes #11874
This commit is contained in:
commit
6fca5556a3
@ -93,17 +93,10 @@ install-target-$(1)-host-$(2): \
|
||||
$$(SREQ$$(ISTAGE)_T_$(1)_H_$(2))
|
||||
$$(Q)$$(call MK_INSTALL_DIR,$$(PTL$(1)$(2)))
|
||||
$$(Q)$$(foreach crate,$$(TARGET_CRATES),\
|
||||
$$(call INSTALL_LIB,$$(call CFG_LIB_GLOB_$(1),$$(crate)));
|
||||
$$(call INSTALL_LIB,$$(call CFG_LIB_GLOB_$(1),$$(crate)));\
|
||||
$$(call INSTALL_LIB,$$(call CFG_RLIB_GLOB,$$(crate)));)
|
||||
$$(Q)$$(call INSTALL_LIB,libmorestack.a)
|
||||
|
||||
install-target-$(1)-host-$(2)-prep:
|
||||
|
||||
install-target-$(1)-host-$(2)-morestack:
|
||||
|
||||
install-target-$(1)-host-$(2)-lib-%:
|
||||
install-target-$(1)-host-$(2)-rlib-%:
|
||||
|
||||
endef
|
||||
|
||||
define INSTALL_HOST_N
|
||||
|
Loading…
x
Reference in New Issue
Block a user